Skip to content

Commit

Permalink
Allow list input
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Sep 29, 2023
1 parent 6a4d065 commit 6ca6a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TPFA_ResSim/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def plt_field(self, ax, Z, style="default", wells=True,
raise ValueError(f"Unsupported coord_type: {coord_type}")

# Apply transform
Z = np.asarray(Z)
Z = kwargs.pop("transf")(Z)

# Need to transpose coz orientation is model.shape==(Nx, Ny),
Expand Down

0 comments on commit 6ca6a4c

Please sign in to comment.