Skip to content

Commit

Permalink
Refactor after failing mypy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richypitman committed Dec 20, 2023
1 parent 0953b24 commit 9b5bccf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyscal/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,6 @@ def wog_plotter(model: WaterOilGas, **kwargs) -> None:

outdir = kwargs["outdir"]

assert (
satnum_wo == satnum_go
), f"The SATNUM for the WaterOil model ({satnum_wo})\
and the SATNUM for the GasOil ({satnum_go}) model\
should be the same."

# the wateroil and gasoil instance variables are optional for the
# WaterOilGas class. If statements used to check if they are provided
if model.wateroil:
Expand Down

0 comments on commit 9b5bccf

Please sign in to comment.