Skip to content

Commit 06fe687

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4ba3929 commit 06fe687

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
@@ -92,7 +92,7 @@ def get_volumetric_scene(
9292
vol_data = vol_data / self.structure.volume
9393
if normalization == "vesta":
9494
vol_data = vol_data / _ANGS2_TO_BOHR3
95-
95+
9696
iso_scene = get_isosurface_scene(
9797
data=vol_data,
9898
lattice=self.structure.lattice,

0 commit comments

Comments
 (0)