Skip to content

dist-s1 v0.0.6

Latest
Compare
Choose a tag to compare
@opera-pst-dev opera-pst-dev released this 20 Feb 22:44
84cee26

Fixed

  • Issues with test_main.py related to where tmp directory was being created (solution, ensure tmp is made explicitly relative to the test directory as in test_workflows.py).
  • All dependencies within virtual environment are back to conda-forge from PyPI.
  • Product directory parameter is now correctly writing to the specified directory (fixes #37).
  • Fixed the CLI test (bug). The runconfig instance will have different product paths than the one created via the CLI because the product paths have the processing time in them, and that is different depending on when the runconfig object is created in the test and within the CLI-run test.

Added

  • Added a n_workers_for_despeckling argument to the RunConfigData model, CLI, and relevant processing functions.
  • A test to ensure that the product directory is being correctly created and used within runconfig (added to test_main.py).