Skip to content

Commit 9226f40

Browse files
author
Lachlan Grose
committed
fix: removing old lavavu wrapper, name wasn't
being removed from kwargs for add isosurface meaning. Changed get to pop
1 parent b7ac901 commit 9226f40

File tree

2 files changed

+1
-1231
lines changed

2 files changed

+1
-1231
lines changed

LoopStructural/visualisation/model_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def add_isosurface(self,
279279
slices_ = np.linspace(min_val + var * 0.05,
280280
max_val - var * 0.05,
281281
nslices)
282-
base_name = kwargs.get('name',geological_feature.name)
282+
base_name = kwargs.pop('name',geological_feature.name)
283283

284284
region = kwargs.get('region', None)
285285
if region is not None:

0 commit comments

Comments
 (0)