DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

#377: GitHub action passes even when python error is raised in tox run #378

Closed tlamonthezie closed 1 year ago

tlamonthezie commented 1 year ago

Fixes #377

Error was occuring because of relative imports in unit tests when calling during coverage step (it did not impact the unittests)

The addition of an argument in tox.ini finally fixed the error. See also more at https://github.com/DARMA-tasking/LB-analysis-framework/issues/377#issuecomment-1523330790