File tree 2 files changed +16
-1
lines changed
adaptive_scheduler/_server_support
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ def slurm_run(
67
67
The goal of the adaptive run. If None, then the run will continue
68
68
indefinitely.
69
69
folder
70
- The folder to save the learners in.
70
+ The folder to save the adaptive_scheduler files such as logs, database,
71
+ and ``.sbatch`` files in.
71
72
name
72
73
The name of the job.
73
74
num_threads
Original file line number Diff line number Diff line change @@ -67,8 +67,22 @@ file = "README.rst"
67
67
[project .scripts ]
68
68
adaptive-scheduler-launcher = " adaptive_scheduler._server_support.launcher:main"
69
69
70
+ [tool .setuptools .cmdclass ]
71
+ sdist = " versioningit.cmdclass.sdist"
72
+ build_py = " versioningit.cmdclass.build_py"
73
+
70
74
[tool .versioningit ]
71
75
76
+ [tool .versioningit .vcs ]
77
+ method = " git"
78
+ match = [" v*" ]
79
+ default-tag = " 0.0.0"
80
+
81
+ [tool .versioningit .format ]
82
+ dirty = " {version}.dev{distance}+{branch}.{vcs}{rev}.dirty"
83
+ distance = " {version}.dev{distance}+{branch}.{vcs}{rev}"
84
+ distance-dirty = " {version}.dev{distance}+{branch}.{vcs}{rev}.dirty"
85
+
72
86
[tool .versioningit .onbuild ]
73
87
build-file = " adaptive_scheduler/_version.py"
74
88
source-file = " adaptive_scheduler/_version.py"
You can’t perform that action at this time.
0 commit comments