hpcflow-new2 0.2.0a209__tar.gz → 0.2.0a210__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.
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/PKG-INFO +1 -1
- hpcflow_new2-0.2.0a210/hpcflow/_version.py +1 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/command_files.py +1 -1
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/environment.py +2 -2
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/loop.py +1 -1
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/parameters.py +4 -4
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/types.py +1 -1
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/workflow.py +2 -2
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/pyproject.toml +2 -2
- hpcflow_new2-0.2.0a209/hpcflow/_version.py +0 -1
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/LICENSE +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/README.md +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/__pyinstaller/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/__pyinstaller/hook-hpcflow.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/app.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/cli.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/demo_data_manifest/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/demo_data_manifest/demo_data_manifest.json +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/bad_script.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/demo_task_1_generate_t1_infile_1.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/demo_task_1_generate_t1_infile_2.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/demo_task_1_parse_p3.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/do_nothing.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/input_file_generator_pass_env_spec.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/main_script_test_pass_env_spec.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/output_file_parser_pass_env_spec.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/v1/input_file_generator_basic.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/v1/main_script_test_direct_in_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/v1/output_file_parser_basic.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/env_specifier_test/v2/main_script_test_direct_in_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/generate_t1_file_01.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/input_file_generator_basic.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/input_file_generator_basic_FAIL.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/input_file_generator_test_stdout_stderr.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_2.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_2_fail_allowed.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_2_fail_allowed_group.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_3.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_all_iters_test.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_env_spec.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_labels.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_group_direct_out_3.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in_group_one_fail_direct_out_3.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_sub_param_in_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_hdf5_in_obj.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_hdf5_in_obj_2.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_hdf5_in_obj_group.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_hdf5_out_obj.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_and_direct_in_json_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_in_json_and_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_in_json_out.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_in_json_out_labels.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_in_obj.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_out_FAIL.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_out_obj.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_json_sub_param_in_json_out_labels.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_shell_env_vars.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_std_out_std_err.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/output_file_parser_basic.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/output_file_parser_basic_FAIL.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/output_file_parser_test_stdout_stderr.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/parse_t1_file_01.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/script_exit_test.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/command_files.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/environments.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/parameters.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/task_schemas.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/workflows/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/workflows/workflow_1.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/examples.ipynb +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/app.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/cli.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/cli_common.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/callbacks.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/cli.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/config.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/config_file.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/errors.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/config/types.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/actions.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/app_aware.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/cache.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/commands.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/element.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/enums.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/errors.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/execute.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/json_like.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/loop_cache.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/object_list.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/rule.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/run_dir_files.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/skip_reason.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/task.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/task_schema.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/test_utils.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/utils.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/validation.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/core/zarr_io.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/config_file_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/config_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/environments_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/files_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/parameters_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/task_schema_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/workflow_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/demo/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/demo/cli.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/helper/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/helper/cli.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/helper/helper.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/helper/watcher.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/log.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/base.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/defaults.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/discovery.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/json.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/pending.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/store_resource.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/types.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/utils.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/persistence/zarr.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/runtime.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/enums.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/jobscript.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/direct.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/sge.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/slurm.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/utils.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/base.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/bash.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/os_version.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/powershell.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/types.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/typing.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/utils/arrays.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/utils/deferred_file.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/utils/hashing.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/utils/patches.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/utils/strings.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/api/test_api.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/conftest.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/benchmark_N_elements.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/benchmark_script_runner.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/multi_path_sequences.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/workflow_1.json +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/workflow_1.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/workflow_1_slurm.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/workflow_1_wsl.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/workflow_test_run_abort.yaml +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/schedulers/direct_linux/test_direct_linux_submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/schedulers/sge/test_sge_submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/schedulers/slurm/test_slurm_submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_input_file_generators.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_main_scripts.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_non_snippet_script.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_ouput_file_parsers.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/shells/wsl/test_wsl_submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_action.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_action_rule.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_app.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_cache.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_cli.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_command.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_config.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_config_file.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_element.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_element_iteration.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_element_set.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_group.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_input_source.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_input_value.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_jobscript_unit.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_json_like.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_loop.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_meta_task.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_multi_path_sequences.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_object_list.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_parameter.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_persistence.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_resources.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_run.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_run_directories.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_runtime.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_schema_input.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_shell.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_slurm.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_task.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_task_schema.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_utils.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_value_sequence.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_workflow.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_workflow_template.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/utils/test_arrays.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/utils/test_deferred_file_writer.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/utils/test_hashing.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/utils/test_patches.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/utils/test_redirect_std.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/__init__.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_directory_structure.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_jobscript.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_run_status.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_skip_downstream.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_submission.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_workflows.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_zip.py +0 -0
- {hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/viz_demo.ipynb +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.0a210"
|
@@ -344,7 +344,7 @@ class OutputFileParser(JSONLike):
|
|
344
344
|
Whether this script can be aborted.
|
345
345
|
save_files: list[str]
|
346
346
|
The files that should be saved to the persistent store for the workflow.
|
347
|
-
|
347
|
+
clean_up: list[str]
|
348
348
|
The files that should be immediately removed.
|
349
349
|
rules: list[~hpcflow.app.ActionRule]
|
350
350
|
Rules for whether to enable this parser.
|
@@ -183,7 +183,7 @@ class Environment(JSONLike):
|
|
183
183
|
setup: list[str]
|
184
184
|
Commands to run to enter the environment.
|
185
185
|
specifiers: dict[str, str]
|
186
|
-
Dictionary of attributes that may be used to supply
|
186
|
+
Dictionary of attributes that may be used to supply additional key/value pairs to
|
187
187
|
look up an environment by.
|
188
188
|
executables: list[Executable]
|
189
189
|
List of abstract executables in the environment.
|
@@ -211,7 +211,7 @@ class Environment(JSONLike):
|
|
211
211
|
self.name = name
|
212
212
|
#: Documentation for the environment.
|
213
213
|
self.doc = doc
|
214
|
-
#: Dictionary of attributes that may be used to supply
|
214
|
+
#: Dictionary of attributes that may be used to supply additional key/value pairs
|
215
215
|
#: to look up an environment by.
|
216
216
|
self.specifiers: Mapping[str, str] = specifiers or {}
|
217
217
|
#: List of abstract executables in the environment.
|
@@ -295,7 +295,7 @@ class WorkflowLoop(AppAware):
|
|
295
295
|
iterable_parameters:
|
296
296
|
Description of what parameters are being iterated over.
|
297
297
|
output_parameters:
|
298
|
-
|
298
|
+
Description of what parameter are output from this loop, and the final task insert
|
299
299
|
ID from which they are output.
|
300
300
|
parents: list[str]
|
301
301
|
The paths to the parent entities of this loop.
|
@@ -296,7 +296,7 @@ class SubParameter:
|
|
296
296
|
A parameter that is a component of another parameter.
|
297
297
|
"""
|
298
298
|
|
299
|
-
#: How to find this within the containing
|
299
|
+
#: How to find this within the containing parameter.
|
300
300
|
address: Address
|
301
301
|
#: The containing main parameter.
|
302
302
|
parameter: Parameter
|
@@ -592,7 +592,7 @@ class SchemaInput(SchemaParameter):
|
|
592
592
|
@property
|
593
593
|
def single_label(self) -> str | None:
|
594
594
|
"""
|
595
|
-
The label of this input, assuming it is not
|
595
|
+
The label of this input, assuming it is not multiple.
|
596
596
|
"""
|
597
597
|
if not self.multiple:
|
598
598
|
return next(iter(self.labels))
|
@@ -601,7 +601,7 @@ class SchemaInput(SchemaParameter):
|
|
601
601
|
@property
|
602
602
|
def single_labelled_type(self) -> str | None:
|
603
603
|
"""
|
604
|
-
The type code of this input, assuming it is not
|
604
|
+
The type code of this input, assuming it is not multiple.
|
605
605
|
"""
|
606
606
|
if not self.multiple:
|
607
607
|
return next(iter(self.labelled_info()))["labelled_type"]
|
@@ -610,7 +610,7 @@ class SchemaInput(SchemaParameter):
|
|
610
610
|
@property
|
611
611
|
def single_labelled_data(self) -> LabelInfo | None:
|
612
612
|
"""
|
613
|
-
The value of this input, assuming it is not
|
613
|
+
The value of this input, assuming it is not multiple.
|
614
614
|
"""
|
615
615
|
if (label := self.single_label) is not None:
|
616
616
|
return self.labels[label]
|
@@ -206,7 +206,7 @@ class SchemaInputKwargs(TypedDict):
|
|
206
206
|
multiple: bool
|
207
207
|
#: The labels.
|
208
208
|
labels: dict[str, LabelInfo] | None
|
209
|
-
#: The number or
|
209
|
+
#: The number or proportion of permitted unset parameter data found when resolving
|
210
210
|
#: this input from upstream outputs.
|
211
211
|
allow_failed_dependencies: int | float | bool | None
|
212
212
|
|
@@ -202,7 +202,7 @@ class WorkflowTemplate(JSONLike):
|
|
202
202
|
If True, merge template-level `resources` into element set resources. If False,
|
203
203
|
template-level resources are ignored.
|
204
204
|
merge_envs:
|
205
|
-
Whether to merge the
|
205
|
+
Whether to merge the environments into task resources.
|
206
206
|
"""
|
207
207
|
|
208
208
|
_validation_schema: ClassVar[str] = "workflow_spec_schema.yaml"
|
@@ -250,7 +250,7 @@ class WorkflowTemplate(JSONLike):
|
|
250
250
|
store_kwargs: dict[str, Any] = field(default_factory=dict)
|
251
251
|
#: Whether to merge template-level `resources` into element set resources.
|
252
252
|
merge_resources: bool = True
|
253
|
-
#: Whether to merge the
|
253
|
+
#: Whether to merge the environments into task resources.
|
254
254
|
merge_envs: bool = True
|
255
255
|
|
256
256
|
def __post_init__(self) -> None:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
[tool.poetry]
|
3
3
|
name = "hpcflow-new2"
|
4
|
-
version = "0.2.
|
4
|
+
version = "0.2.0a210"
|
5
5
|
|
6
6
|
description = "Computational workflow management"
|
7
7
|
authors = ["aplowman <adam.plowman@manchester.ac.uk>"]
|
@@ -100,7 +100,7 @@ hook-dirs = "hpcflow.__pyinstaller:get_hook_dirs"
|
|
100
100
|
|
101
101
|
[tool.commitizen]
|
102
102
|
name = "cz_conventional_commits"
|
103
|
-
version = "0.2.
|
103
|
+
version = "0.2.0a210"
|
104
104
|
tag_format = "v$version"
|
105
105
|
version_files = [
|
106
106
|
"pyproject.toml:version",
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0a209"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/demo_data_manifest/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/demo_task_1_parse_p3.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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/generate_t1_file_01.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/input_file_generator_basic.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/main_script_test_direct_in.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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/scripts/output_file_parser_basic.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/__init__.py
RENAMED
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/environments.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/parameters.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/data/template_components/task_schemas.yaml
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
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/environments_spec_schema.yaml
RENAMED
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/parameters_spec_schema.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/task_schema_spec_schema.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/data/workflow_spec_schema.yaml
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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/__init__.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/direct.py
RENAMED
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/slurm.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/schedulers/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/os_version.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/sdk/submission/shells/powershell.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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/benchmark_N_elements.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/benchmark_script_runner.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/multi_path_sequences.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/data/workflow_test_run_abort.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_main_scripts.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_non_snippet_script.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/scripts/test_ouput_file_parsers.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/shells/wsl/test_wsl_submission.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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_element_iteration.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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_multi_path_sequences.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_run_directories.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
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/test_workflow_template.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/unit/utils/test_redirect_std.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_run_status.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_skip_downstream.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a209 → hpcflow_new2-0.2.0a210}/hpcflow/tests/workflows/test_submission.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|