Skip to content

Commit

Permalink
Small fix to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsatib committed Apr 23, 2024
1 parent 85d0a89 commit 9ebbd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozaik/meta_workflow/parameter_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def run_parameter_search(self):

counter=0
combinations = self.generate_parameter_combinations()
save_json(mdn + '/parameter_combinations.json')
save_json(combinations, mdn + '/parameter_combinations.json')

for combination in combinations:
combination['results_dir']='\"\'' + os.getcwd() + '/' + mdn + '/\'\"'
Expand Down

0 comments on commit 9ebbd88

Please sign in to comment.