Skip to content

Commit

Permalink
Merge pull request #231 from ArtesiaWater/very-tiny-fix
Browse files Browse the repository at this point in the history
Very tiny fix for #215
  • Loading branch information
OnnoEbbens authored Jul 12, 2024
2 parents d6cdf71 + 712443e commit 2d840cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydropandas/extensions/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,9 +735,9 @@ def series_per_group(
if savefig:
if isinstance(by, list):
by_name = "-".join(by)
groupname = "-".join(groupname)
else:
by_name = by
groupname = "-".join(groupname)
if naming_method is None:
filename = f"series_by_{by_name}_group_{groupname}.png"
elif naming_method == "infer_name_monitoring_well":
Expand Down

0 comments on commit 2d840cc

Please sign in to comment.