Skip to content

Commit

Permalink
fix failing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
walshmm committed Dec 6, 2024
1 parent ab6185a commit 563c971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def _change_plot_normalization(self, ax):
raise RuntimeError("No spectrum number associated with plot of " "workspace '{}'".format(workspace.name()))

arg_set_copy = copy(arg_set)
for key in ["function", "workspaces", "autoscale_on_update", "norm"]:
for key in ["function", "workspaces", "autoscale_on_update", "norm", "argType"]:
try:
del arg_set_copy[key]
except KeyError:
Expand Down

0 comments on commit 563c971

Please sign in to comment.