move expes in Enrichment center
This commit is contained in:
parent
bd6cc6789d
commit
71adfd5d04
@ -79,6 +79,7 @@ def run(expe_file):
|
||||
|
||||
### Stage expe
|
||||
write_expe_file(staging_dir / oname_yml, expe, expe_hashes, expe_report)
|
||||
expe_file.unlink()
|
||||
|
||||
### Compute descriptors
|
||||
descriptors = compute_descriptors(expe)
|
||||
@ -94,6 +95,7 @@ def run(expe_file):
|
||||
|
||||
### Create complete report
|
||||
expe_report = create_report(kronos)
|
||||
(staging_dir / oname_yml).unlink()
|
||||
|
||||
### Name and write prediction
|
||||
triskele.write(result_dir / oname_tif, classification)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user