Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Loop3D/loopstructural-visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 23, 2024
2 parents 2663673 + cafd2b5 commit 41e64af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopstructuralvisualisation/_3d_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _get_vector_scale(self, scale: Optional[Union[float, int]]) -> float:
scale = autoscale
if scale > 10 * autoscale:
logger.warning(
f"Vector scale magnitude is half of the model bounding box length, is this correct?"
"Vector scale magnitude is half of the model bounding box length, is this correct?"
)

return scale
Expand Down

0 comments on commit 41e64af

Please sign in to comment.