You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests run on GitHub with each commit are executed in a Docker container. Some tests run on the same data and write files to the same directories.
Having each test write files into its own temporary directory would be good.
The text was updated successfully, but these errors were encountered:
* b2w and inference: rerun windows that failed + check if window was processed already before adding process to process list
* reference to manuscript
* restarting failed process doesn't work, exit again
* fix: check if files already exist
* add minimum number of iterations
* pass unique_modus argument
* Revert "Merge pull request #38 from cbg-ethz/enable-unique-modus"
This reverts commit ffd4fd1, reversing
changes made to 279cc63.
* rebase to master
* reference to manuscript
* restarting failed process doesn't work, exit again
* add minimum number of iterations
* pass unique_modus argument
* Revert "Merge pull request #38 from cbg-ethz/enable-unique-modus"
This reverts commit ffd4fd1, reversing
changes made to 279cc63.
* update readme
* no poerty lock flie
* add param record_history
* add command line params: reuse_files + record_history
* pass record_history + implement reuse_files
* implemnt reuse_files
* typo
* add param record_history
* fix syntax
* [fix[ unexpected keyword argument 'metavar'
* fix ctime
* add pathlib package
* fix the pathlib import
* fix: too many argmuments to unpack
* fix params to unpack
* [e2e tests] run the e2e tests in seperate directories
* partially addresses #40
* enable unique_modus
The tests run on GitHub with each commit are executed in a Docker container. Some tests run on the same data and write files to the same directories.
Having each test write files into its own temporary directory would be good.
The text was updated successfully, but these errors were encountered: