-
- Downloads
ALE Load Driver Selection (#509)
* Initial stab at exclusively selecting drivers based on component classes * Updated failing tests and added new test * Expose new exclusion flags through the C++ load/loads functions * Addresses PR feedback and adds a few more tests for the PyInterface * Exposed driver exclusion in isd_generate.py
Showing
- ale/drivers/__init__.py 39 additions, 11 deletionsale/drivers/__init__.py
- ale/isd_generate.py 18 additions, 6 deletionsale/isd_generate.py
- include/ale/Load.h 10 additions, 2 deletionsinclude/ale/Load.h
- src/Load.cpp 18 additions, 5 deletionssrc/Load.cpp
- tests/ctests/LoadTests.cpp 21 additions, 0 deletionstests/ctests/LoadTests.cpp
- tests/pytests/test_isd_generate.py 2 additions, 2 deletionstests/pytests/test_isd_generate.py
- tests/pytests/test_load.py 14 additions, 8 deletionstests/pytests/test_load.py
Loading
Please register or sign in to comment