askap-vast / vast-post-processing

MIT License
0 stars 0 forks source link

Fix Imports #39

Closed hansenjiang closed 1 year ago

hansenjiang commented 1 year ago
  1. Modified module imports in __init__ modules to be relative, i.e. by adding from . before import statements. Should fix broken package behaviour, such as with problems discovering tests.
  2. Modified required_data.yaml to follow the directory structure of data:/mnt/data.
  3. Modified paths in test_combine test module to reflect change from 2., and that it is no longer in a package. All tests pass, as was previously the case.