understanding-search / maze-dataset

maze datasets for investigating OOD behavior of ML systems
16 stars 3 forks source link

Fix save/load profiling notebook and test #36

Closed aaron-sandoval closed 3 months ago

aaron-sandoval commented 6 months ago

26 introduced new minimal methods for serializing and deserializing MazeDatasets. However, it was merged with a couple of small outstanding errors:

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

aaron-sandoval commented 6 months ago

5 unit tests not directly related to this PR are mysteriously failing. There appears to be some inconsistencies with results depending on how the tests are run.

aaron-sandoval commented 6 months ago

I ran the tests via make test as suggested since that clears cached data, but the same set of tests fail.