experimaestro 1.7.0rc3__tar.gz → 1.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of experimaestro might be problematic. Click here for more details.
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/PKG-INFO +1 -1
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/pyproject.toml +5 -5
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/experiments/cli.py +13 -10
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/sphinx/__init__.py +2 -5
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/bin/sbatch +1 -1
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/LICENSE +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/README.md +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/__main__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/annotations.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/checkers.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/cli/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/cli/filter.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/cli/jobs.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/click.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/commandline.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/compat.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/connectors/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/connectors/local.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/connectors/ssh.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/arguments.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/context.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/objects.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/objects.pyi +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/serialization.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/serializers.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/types.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/core/utils.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/exceptions.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/experiments/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/experiments/configuration.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/generators.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/huggingface.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/ipc.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launcherfinder/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launcherfinder/base.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launcherfinder/parser.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launcherfinder/registry.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launcherfinder/specs.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launchers/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launchers/direct.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launchers/oar.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launchers/slurm/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launchers/slurm/base.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/locking.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/mkdocs/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/mkdocs/annotations.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/mkdocs/base.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/mkdocs/metaloader.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/mkdocs/style.css +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/mypy.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/notifications.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/py.typed +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/rpyc.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/run.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/base.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/dependencies.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/dynamic_outputs.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/services.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/workspace.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scriptbuilder.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/016b4a6cdced82ab3aa1.ttf +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/0c35d18bf06992036b69.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/1815e00441357e01619e.ttf +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/219aa9140e099e6c72ed.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/2463b90d9a316e4e5294.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/2582b0e4bcf85eceead0.ttf +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/3a4004a46a653d4b2166.woff +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/3baa5b8f3469222b822d.woff +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/4d73cb90e394b34b7670.woff +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/4ef4218c522f1eb6b5b1.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/50701fbb8177c2dde530.ttf +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/5d681e2edae8c60630db.woff +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/6f420cf17cc0d7676fad.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/878f31251d960bd6266f.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/89999bdf5d835c012025.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/914997e1bdfc990d0897.ttf +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/b041b1fa4fe241b23445.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/b6879d41b0852f01ed5b.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/c210719e60948b211a12.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/c380809fd3677d7d6903.woff2 +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/d75e3fd1eb12e9bd6655.ttf +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/f882956fd323fd322f31.woff +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/favicon.ico +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/index.css +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/index.css.map +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/index.html +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/index.js +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/index.js.map +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/login.html +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/server/data/manifest.json +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/settings.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/sphinx/static/experimaestro.css +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/taskglobals.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/conftest.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/connectors/bin/executable.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/connectors/test_local.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/connectors/utils.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/definitions_types.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/bin/sacct +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/bin/srun +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/bin/test.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/common.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/config_slurm/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/config_slurm/launchers.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/test_local.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/test_slurm.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/restart.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/restart_main.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/scripts/notifyandwait.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/scripts/waitforfile.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/task_tokens.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/tasks/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/tasks/all.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/tasks/foreign.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_checkers.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_dependencies.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_findlauncher.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_forward.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_identifier.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_instance.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_objects.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_outputs.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_param.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_progress.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_serializers.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_snippets.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_ssh.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_tags.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_tasks.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_tokens.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_types.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/test_validation.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/token_reschedule.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/utils.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tokens.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tools/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tools/diff.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tools/documentation.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tools/jobs.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/typingutils.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/utils/__init__.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/utils/asyncio.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/utils/jobs.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/utils/jupyter.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/utils/resources.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/utils/settings.py +0 -0
- {experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/xpmutils.py +0 -0
|
@@ -20,7 +20,7 @@ include = [
|
|
|
20
20
|
"src/experimaestro/mkdocs/style.css",
|
|
21
21
|
{ path="src/experimaestro/server/data/*", format=['sdist', 'wheel']}
|
|
22
22
|
]
|
|
23
|
-
version = "1.7.
|
|
23
|
+
version = "1.7.1"
|
|
24
24
|
repository = "https://github.com/experimaestro/experimaestro-python"
|
|
25
25
|
documentation = "https://experimaestro-python.readthedocs.io/"
|
|
26
26
|
|
|
@@ -122,7 +122,7 @@ warn_unused_ignores = true
|
|
|
122
122
|
|
|
123
123
|
[tool.commitizen]
|
|
124
124
|
name = "cz_conventional_commits"
|
|
125
|
-
version = "1.7.
|
|
126
|
-
changelog_start_rev = "0.
|
|
127
|
-
tag_format = "v$
|
|
128
|
-
update_changelog_on_bump = true
|
|
125
|
+
version = "1.7.1"
|
|
126
|
+
changelog_start_rev = "v1.0.0"
|
|
127
|
+
tag_format = "v$major.$minor.$patch$prerelease"
|
|
128
|
+
# update_changelog_on_bump = true
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import imp
|
|
2
1
|
import importlib
|
|
3
2
|
import inspect
|
|
4
3
|
import json
|
|
@@ -68,6 +67,12 @@ class ConfigurationLoader:
|
|
|
68
67
|
|
|
69
68
|
with yaml_file.open("rt") as fp:
|
|
70
69
|
_data = yaml.full_load(fp)
|
|
70
|
+
|
|
71
|
+
if "file" in _data:
|
|
72
|
+
path = Path(_data["file"])
|
|
73
|
+
if not path.is_absolute():
|
|
74
|
+
_data["file"] = str((yaml_file.parent / path).resolve())
|
|
75
|
+
|
|
71
76
|
if parent := _data.get("parent", None):
|
|
72
77
|
self.load(yaml_file.parent / parent)
|
|
73
78
|
|
|
@@ -193,7 +198,7 @@ def experiments_cli( # noqa: C901
|
|
|
193
198
|
), "Module name and experiment file are mutually exclusive options"
|
|
194
199
|
xp_file = Path(xp_file)
|
|
195
200
|
if not python_path:
|
|
196
|
-
python_path.append(xp_file.parent)
|
|
201
|
+
python_path.append(xp_file.parent.absolute())
|
|
197
202
|
logging.info(
|
|
198
203
|
"Using python path: %s", ", ".join(str(s) for s in python_path)
|
|
199
204
|
)
|
|
@@ -220,14 +225,12 @@ def experiments_cli( # noqa: C901
|
|
|
220
225
|
if not xp_file.exists() and xp_file.suffix != ".py":
|
|
221
226
|
xp_file = xp_file.with_suffix(".py")
|
|
222
227
|
xp_file: Path = Path(yaml_file).parent / xp_file
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
(".py", "r", imp.PY_SOURCE),
|
|
230
|
-
)
|
|
228
|
+
module_name = xp_file.with_suffix("").name
|
|
229
|
+
spec = importlib.util.spec_from_file_location(
|
|
230
|
+
module_name, str(xp_file.absolute())
|
|
231
|
+
)
|
|
232
|
+
mod = importlib.util.module_from_spec(spec)
|
|
233
|
+
spec.loader.exec_module(mod)
|
|
231
234
|
else:
|
|
232
235
|
# Module
|
|
233
236
|
try:
|
|
@@ -12,11 +12,8 @@ from sphinx import addnodes
|
|
|
12
12
|
from sphinx.ext.autodoc import ClassDocumenter, Documenter, restify
|
|
13
13
|
from sphinx.locale import _
|
|
14
14
|
from sphinx.util import inspect, logging
|
|
15
|
-
from sphinx.domains.python import
|
|
16
|
-
|
|
17
|
-
PyAttribute,
|
|
18
|
-
directives, # noqa: F401
|
|
19
|
-
)
|
|
15
|
+
from sphinx.domains.python import PyClasslike, PyAttribute, directives
|
|
16
|
+
from sphinx.domains.python import PyObject # noqa: F401
|
|
20
17
|
from sphinx.addnodes import desc_signature
|
|
21
18
|
from sphinx.util.typing import OptionSpec
|
|
22
19
|
from docutils.statemachine import StringList
|
|
@@ -63,9 +63,9 @@ while IFS= read -r line; do
|
|
|
63
63
|
esac
|
|
64
64
|
done < "$1"
|
|
65
65
|
|
|
66
|
+
cd "$chdir"
|
|
66
67
|
echo "Starting $@ ${args[@]} > $stdout 2> $stderr" >&2
|
|
67
68
|
(
|
|
68
|
-
if test "$chdir"; then cd "$chdir"; fi
|
|
69
69
|
export PATH="${CURDIR}/bin:$PATH"
|
|
70
70
|
eval "$@" "${args[@]}"
|
|
71
71
|
echo $? > "$XPM_SLURM_DIR/jobs/$$.status"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/experiments/configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/launchers/slurm/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/scheduler/dynamic_outputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/sphinx/static/experimaestro.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/connectors/bin/executable.py
RENAMED
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/connectors/test_local.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/bin/test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/test_local.py
RENAMED
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/launchers/test_slurm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/scripts/notifyandwait.py
RENAMED
|
File without changes
|
{experimaestro-1.7.0rc3 → experimaestro-1.7.1}/src/experimaestro/tests/scripts/waitforfile.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|