Skip to content

Commit b7beaa4

Browse files
authored
Change default isolvl to 0.02 on advice of @jmmshn
1 parent b9af1b5 commit b7beaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crystal_toolkit/renderables/volumetric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_isosurface_scene(
4141
)
4242

4343

44-
def get_volumetric_scene(self, data_key="total", isolvl=0.5, step_size=3, **kwargs):
44+
def get_volumetric_scene(self, data_key="total", isolvl=0.02, step_size=3, **kwargs):
4545
"""Get the Scene object which contains a structure and a isosurface components
4646
4747
Args:

0 commit comments

Comments
 (0)