bb493ac653a4ff144acb98aae9440c06b39853f4,core/tests/test_polyaxonfile/test_polyaxonfile_pipelines.py,TestPolyaxonfileWithPipelines,test_cron_pipeline,#TestPolyaxonfileWithPipelines#,96
Before Change
CompiledOperationSpecification.apply_context(run_config)
def test_cron_pipeline(self):
plx_file = PolyaxonFile(
os.path.abspath("tests/fixtures/pipelines/simple_cron_pipeline.yml")
)
// Get compiled_operation data
run_config = OperationSpecification.compile_operation(plx_file.config)
run_config = CompiledOperationSpecification.apply_context(run_config)
assert run_config.run is not None
After Change
CompiledOperationSpecification.apply_context(run_config)
def test_cron_pipeline(self):
plx_file = check_polyaxonfile(
polyaxonfile=os.path.abspath(
"tests/fixtures/pipelines/simple_cron_pipeline.yml"
),
is_cli=False,
to_op=False,
)
// Get compiled_operation data
run_config = OperationSpecification.compile_operation(plx_file)
run_config = CompiledOperationSpecification.apply_context(run_config)
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 5
Instances
Project Name: polyaxon/polyaxon
Commit Name: bb493ac653a4ff144acb98aae9440c06b39853f4
Time: 2020-04-16
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_cron_pipeline
Project Name: polyaxon/polyaxon
Commit Name: bb493ac653a4ff144acb98aae9440c06b39853f4
Time: 2020-04-16
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_polyaxonfile/test_polyaxonfile_typing.py
Class Name: TestPolyaxonfileWithTypes
Method Name: test_matrix_job_file_passes_int_float_types
Project Name: polyaxon/polyaxon
Commit Name: bb493ac653a4ff144acb98aae9440c06b39853f4
Time: 2020-04-16
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfiles
Method Name: test_mapping_early_stopping_file_passes
Project Name: polyaxon/polyaxon
Commit Name: bb493ac653a4ff144acb98aae9440c06b39853f4
Time: 2020-04-16
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_polyaxonfile/test_polyaxonfile_typing.py
Class Name: TestPolyaxonfileWithTypes
Method Name: test_matrix_file_passes_int_float_types
Project Name: polyaxon/polyaxon
Commit Name: bb493ac653a4ff144acb98aae9440c06b39853f4
Time: 2020-04-16
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
Class Name: TestPolyaxonfileWithPipelines
Method Name: test_interval_pipeline
Project Name: polyaxon/polyaxon
Commit Name: bb493ac653a4ff144acb98aae9440c06b39853f4
Time: 2020-04-16
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_polyaxonfile/test_polyaxonfile.py
Class Name: TestPolyaxonfiles
Method Name: test_matrix_early_stopping_file_passes