Skip to content

Commit

Permalink
Fix system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Nov 12, 2024
1 parent b7790ca commit 175dc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvesuvio/main/run_routine.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def setup(self):
self.userCtr = ai.UserScriptControls

for flag in [self.userCtr.procedure, self.userCtr.fitInYSpace]:
assert flag in ["BACKWARD", "FORWARD", "JOINT"], "Procedure not recognized"
assert flag in ["BACKWARD", "FORWARD", "JOINT", None], "Procedure not recognized"

# Names of workspaces to check if they exist to skip analysis
self.ws_to_fit_y_space = []
Expand Down

0 comments on commit 175dc06

Please sign in to comment.