Skip to content

Commit

Permalink
rf: small format adjustment in one file
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Dec 11, 2024
1 parent b971540 commit 98af76f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions splinepy/io/svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,7 @@ def export(
scalarbar_offset = kwargs["scalarbar_offset"]
# Check if required arguments have been passed
if scalarbar and (
(kwargs.get("vmin") is None)
or (kwargs.get("vmax") is None)
(kwargs.get("vmin") is None) or (kwargs.get("vmax") is None)
):
raise ValueError(
"`vmin` and `vmax` must be passed alon with scalarbar to ensure"
Expand Down

0 comments on commit 98af76f

Please sign in to comment.