NormanTUD / OmniOpt

GNU General Public License v3.0
0 stars 1 forks source link

Workdir is not yet implemented #17

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

https://github.com/NormanTUD/OmniOpt/blob/93e57d13f5e55fe4210723858b813e9d65be5887/ax/.omniopt.py#L278


            optional.add_argument('--checkout_to_latest_tested_version', help='Automatically checkout to latest version that was tested in the CI pipeline', action='store_true', default=False)
            optional.add_argument('--live_share', help='Automatically live-share the current optimization run automatically', action='store_true', default=False)
            optional.add_argument('--disable_tqdm', help='Disables the TQDM progress bar', action='store_true', default=False)
            # TODO: Workdir is not yet implemented
            optional.add_argument('--workdir', help='Work dir (not yet implemented! TODO)', action='store_true', default=False)

            slurm.add_argument('--num_parallel_jobs', help='Number of parallel slurm jobs (default: 20)', type=int, default=20)
github-actions[bot] commented 1 week ago

Closed in 088fc05a65125417b96cdba413b6ba14ce617e00.