experimaestro 1.8.0rc7__tar.gz → 1.8.4__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.8.0rc7 → experimaestro-1.8.4}/PKG-INFO +1 -1
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/pyproject.toml +2 -2
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects/config.py +3 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_identifier.py +9 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_param.py +20 -0
- experimaestro-1.8.0rc7/src/experimaestro/server/data/016b4a6cdced82ab3aa1.ttf +0 -0
- experimaestro-1.8.0rc7/src/experimaestro/server/data/50701fbb8177c2dde530.ttf +0 -0
- experimaestro-1.8.0rc7/src/experimaestro/server/data/878f31251d960bd6266f.woff2 +0 -0
- experimaestro-1.8.0rc7/src/experimaestro/server/data/b041b1fa4fe241b23445.woff2 +0 -0
- experimaestro-1.8.0rc7/src/experimaestro/server/data/b6879d41b0852f01ed5b.woff2 +0 -0
- experimaestro-1.8.0rc7/src/experimaestro/server/data/d75e3fd1eb12e9bd6655.ttf +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/LICENSE +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/README.md +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/__main__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/annotations.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/checkers.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/cli/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/cli/filter.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/cli/jobs.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/click.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/commandline.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/compat.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/connectors/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/connectors/local.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/connectors/ssh.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/arguments.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/callbacks.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/context.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/identifier.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects/config_utils.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects/config_walk.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects.pyi +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/serialization.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/serializers.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/types.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/utils.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/exceptions.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/experiments/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/experiments/cli.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/experiments/configuration.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/generators.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/huggingface.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/ipc.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launcherfinder/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launcherfinder/base.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launcherfinder/parser.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launcherfinder/registry.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launcherfinder/specs.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launchers/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launchers/direct.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launchers/oar.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launchers/slurm/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/launchers/slurm/base.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/locking.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/mkdocs/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/mkdocs/annotations.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/mkdocs/base.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/mkdocs/metaloader.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/mkdocs/style.css +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/mypy.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/notifications.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/py.typed +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/rpyc.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/run.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/base.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/dependencies.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/dynamic_outputs.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/services.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/state.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scheduler/workspace.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/scriptbuilder.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/0c35d18bf06992036b69.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/1815e00441357e01619e.ttf +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/219aa9140e099e6c72ed.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/2463b90d9a316e4e5294.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/2582b0e4bcf85eceead0.ttf +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/3a4004a46a653d4b2166.woff +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/3baa5b8f3469222b822d.woff +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/4d73cb90e394b34b7670.woff +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/4ef4218c522f1eb6b5b1.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/5d681e2edae8c60630db.woff +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/6f420cf17cc0d7676fad.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/89999bdf5d835c012025.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/914997e1bdfc990d0897.ttf +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/c210719e60948b211a12.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/c380809fd3677d7d6903.woff2 +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/f882956fd323fd322f31.woff +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/favicon.ico +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/index.css +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/index.css.map +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/index.html +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/index.js +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/index.js.map +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/login.html +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/server/data/manifest.json +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/settings.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/sphinx/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/sphinx/static/experimaestro.css +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/taskglobals.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/conftest.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/connectors/bin/executable.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/connectors/test_local.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/connectors/utils.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/core/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/core/test_generics.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/definitions_types.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/bin/sacct +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/bin/sbatch +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/bin/srun +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/bin/test.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/common.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/config_slurm/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/config_slurm/launchers.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/test_local.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/test_slurm.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/restart.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/restart_main.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/scripts/notifyandwait.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/scripts/waitforfile.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/task_tokens.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/tasks/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/tasks/all.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/tasks/foreign.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_checkers.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_dependencies.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_experiment.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_findlauncher.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_forward.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_instance.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_objects.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_outputs.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_progress.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_serializers.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_snippets.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_ssh.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_tags.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_tasks.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_tokens.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_types.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/test_validation.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/token_reschedule.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/utils.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tokens.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tools/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tools/diff.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tools/documentation.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tools/jobs.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/typingutils.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/utils/__init__.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/utils/asyncio.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/utils/jobs.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/utils/jupyter.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/utils/resources.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/utils/settings.py +0 -0
- {experimaestro-1.8.0rc7 → experimaestro-1.8.4}/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.8.
|
|
23
|
+
version = "1.8.4"
|
|
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.8.
|
|
125
|
+
version = "1.8.4"
|
|
126
126
|
changelog_start_rev = "v1.0.0"
|
|
127
127
|
tag_format = "v$major.$minor.$patch$prerelease"
|
|
128
128
|
# update_changelog_on_bump = true
|
|
@@ -339,6 +339,9 @@ class ConfigInformation:
|
|
|
339
339
|
try:
|
|
340
340
|
if argument.generator:
|
|
341
341
|
if not isinstance(argument.generator, Generator):
|
|
342
|
+
# Don't set if already set
|
|
343
|
+
if config.__xpm__.values.get(k) is not None:
|
|
344
|
+
continue
|
|
342
345
|
value = argument.generator()
|
|
343
346
|
else:
|
|
344
347
|
sig = inspect.signature(argument.generator)
|
|
@@ -38,6 +38,11 @@ class C(Config):
|
|
|
38
38
|
b: Param[int]
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
class CField(Config):
|
|
42
|
+
a: Param[int] = field(default_factory=lambda: 1)
|
|
43
|
+
b: Param[int]
|
|
44
|
+
|
|
45
|
+
|
|
41
46
|
class D(Config):
|
|
42
47
|
a: Param[A]
|
|
43
48
|
|
|
@@ -79,6 +84,10 @@ def test_param_default():
|
|
|
79
84
|
assert_equal(C(a=1, b=2), C(b=2))
|
|
80
85
|
|
|
81
86
|
|
|
87
|
+
def test_identifier_default_field():
|
|
88
|
+
assert_equal(CField(a=1, b=2), CField(b=2))
|
|
89
|
+
|
|
90
|
+
|
|
82
91
|
def test_param_inner_eq():
|
|
83
92
|
assert_equal(D(a=A(a=1)), D(a=A(a=1)))
|
|
84
93
|
|
|
@@ -290,6 +290,26 @@ def test_default_mismatch():
|
|
|
290
290
|
A.__getxpmtype__().getArgument("x")
|
|
291
291
|
|
|
292
292
|
|
|
293
|
+
# --- Handling default with field
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
def test_param_default_set():
|
|
297
|
+
"""Test that the default setting is well set"""
|
|
298
|
+
|
|
299
|
+
class A0(Config):
|
|
300
|
+
x: Param[int] = 2
|
|
301
|
+
|
|
302
|
+
assert A0().instance().x == 2
|
|
303
|
+
assert A0(x=3).instance().x == 3
|
|
304
|
+
|
|
305
|
+
class A(Config):
|
|
306
|
+
x: Param[int] = field(default_factory=lambda: 2)
|
|
307
|
+
|
|
308
|
+
assert A().instance().x == 2
|
|
309
|
+
|
|
310
|
+
assert A(x=3).instance().x == 3
|
|
311
|
+
|
|
312
|
+
|
|
293
313
|
# --- Handling help annotations
|
|
294
314
|
|
|
295
315
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects/config_utils.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/core/objects/config_walk.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
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/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.8.0rc7 → experimaestro-1.8.4}/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.8.0rc7 → experimaestro-1.8.4}/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
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/sphinx/static/experimaestro.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/connectors/bin/executable.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/connectors/test_local.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/core/test_generics.py
RENAMED
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/bin/test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/test_local.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/launchers/test_slurm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/src/experimaestro/tests/scripts/notifyandwait.py
RENAMED
|
File without changes
|
{experimaestro-1.8.0rc7 → experimaestro-1.8.4}/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
|