CEMeNT-PSAAP / MCDC

MC/DC: Monte Carlo Dynamic Code
https://mcdc.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

Small regression test fix and merge recent changes made in main. #172

Closed spasmann closed 5 months ago

spasmann commented 5 months ago

In the regression tests there was a line to skip "__pycache__" if present in the directory. However, it did not remove it from the names list and causing a crash at the end of run.py. Made a small change to remove "__pycache__" from list of names before running tests.

This PR also incorporates the latest updates made to the install scripts made by @jpmorgan98.