I made some tweaks to the project structure - I think this is a standard layout. our package is everything in mlmc directory (all in lowercase) it then contains a "src" and "test" submodules.
Main executable is now the top-level "app.py" currently set to just run the main method of mlmc.src.paths
I made some tweaks to the project structure - I think this is a standard layout. our package is everything in mlmc directory (all in lowercase) it then contains a "src" and "test" submodules.
Main executable is now the top-level "app.py" currently set to just run the main method of mlmc.src.paths
Users must
before running.