nextmv 0.34.0.dev1__tar.gz → 0.34.0.dev2__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.
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/PKG-INFO +1 -1
- nextmv-0.34.0.dev2/nextmv/__about__.py +1 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/application.py +1 -1
- nextmv-0.34.0.dev1/nextmv/__about__.py +0 -1
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/.gitignore +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/LICENSE +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/README.md +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/__entrypoint__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/_serialization.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/base_model.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/acceptance_test.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/account.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/application.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/batch_experiment.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/client.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/ensemble.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/input_set.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/instance.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/package.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/scenario.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/secrets.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/url.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/cloud/version.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/.gitignore +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/README.md +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/app.yaml +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/input.json +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/main.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/requirements.txt +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/src/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/src/main.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/default_app/src/visuals.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/deprecated.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/input.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/executor.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/geojson_handler.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/local.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/plotly_handler.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/local/runner.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/logger.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/manifest.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/model.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/options.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/output.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/polling.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/run.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/safe.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/nextmv/status.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/pyproject.toml +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/cloud/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/cloud/app.yaml +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/cloud/test_client.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/cloud/test_package.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/cloud/test_scenario.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/local/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/local/test_application.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/local/test_executor.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/local/test_runner.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options1.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options2.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options3.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options4.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options5.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options6.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options7.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/scripts/options_deprecated.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_base_model.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_entrypoint/__init__.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_entrypoint/test_entrypoint.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_input.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_inputs/test_data.csv +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_inputs/test_data.json +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_inputs/test_data.txt +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_logger.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_manifest.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_model.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_options.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_output.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_polling.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_run.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_safe.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_serialization.py +0 -0
- {nextmv-0.34.0.dev1 → nextmv-0.34.0.dev2}/tests/test_version.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "v0.34.0.dev2"
|
|
@@ -1045,7 +1045,7 @@ class Application:
|
|
|
1045
1045
|
# Read the logs of the run and place each line as an element in a list
|
|
1046
1046
|
run_dir = os.path.join(runs_dir, run_id)
|
|
1047
1047
|
with open(os.path.join(run_dir, LOGS_KEY, LOGS_FILE)) as f:
|
|
1048
|
-
stderr_logs =
|
|
1048
|
+
stderr_logs = f.read()
|
|
1049
1049
|
|
|
1050
1050
|
# Create the tracked run object and start configuring it.
|
|
1051
1051
|
tracked_run = TrackedRun(
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "v0.34.0.dev1"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|