Skip to content

Commit

Permalink
Fix system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Sep 17, 2024
1 parent fad0c77 commit 605aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvesuvio/analysis_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ def _set_results(self):
j = 0
while True:
try:
wsIterName = self._name + str(j)
wsIterName = self._name + '_' + str(j)

# Extract ws that were fitted
ws = mtd[wsIterName]
Expand Down

0 comments on commit 605aa58

Please sign in to comment.