Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat: Allow paramspace to separate filename params with custom separa…
…tor (#1299) * Allow paramspace to separate filename params with custom separator * Add test for 'filename_sep' * Add missing files * Use filename separator in tests which hopefully works better on windows Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
- Loading branch information
1 parent
fe50b5c
commit 8236e80
Showing
6 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
...pace/expected-results/results/filenamesep/simulations/alpha~1.0__beta~0.1__gamma~0.99.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{'alpha': 1.0, 'beta': 0.1, 'gamma': 0.99} |
1 change: 1 addition & 0 deletions
1
...space/expected-results/results/filenamesep/simulations/alpha~2.0__beta~0.0__gamma~3.9.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{'alpha': 2.0, 'beta': 0.0, 'gamma': 3.9} |