Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2025
1 parent 4ba3929 commit 06fe687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crystal_toolkit/renderables/volumetric.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_volumetric_scene(
vol_data = vol_data / self.structure.volume
if normalization == "vesta":
vol_data = vol_data / _ANGS2_TO_BOHR3

iso_scene = get_isosurface_scene(
data=vol_data,
lattice=self.structure.lattice,
Expand Down

0 comments on commit 06fe687

Please sign in to comment.