sandialabs / pyapprox

Flexible and efficient tools for high-dimensional approximation, scientific machine learning and uncertainty quantification.
https://sandialabs.github.io/pyapprox/
MIT License
51 stars 13 forks source link

async model tests all fail #11

Closed ConnectedSystems closed 3 years ago

ConnectedSystems commented 3 years ago

All async model tests fail on Windows (see file attachment for test results).

Tests do not clean up after themselves as well.

image

Suggest using the tempfile module to generate temporary directories for the tests and placing intermediate files therein. These could then be marked for automatically removed at end of test, simplifying the test spec (e.g., no need for cleanup_work_directories())

test_async_model_results.txt