Skip to content

Commit

Permalink
fix: removing old lavavu wrapper, name wasn't
Browse files Browse the repository at this point in the history
being removed from kwargs for add isosurface
meaning. Changed get to pop
  • Loading branch information
Lachlan Grose committed Oct 11, 2021
1 parent b7ac901 commit 9226f40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,231 deletions.
2 changes: 1 addition & 1 deletion LoopStructural/visualisation/model_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def add_isosurface(self,
slices_ = np.linspace(min_val + var * 0.05,
max_val - var * 0.05,
nslices)
base_name = kwargs.get('name',geological_feature.name)
base_name = kwargs.pop('name',geological_feature.name)

region = kwargs.get('region', None)
if region is not None:
Expand Down
Loading

0 comments on commit 9226f40

Please sign in to comment.