Closed corradomonti closed 5 years ago
I created womg_main.py inside src folder which can be used both in command line and jupyter notebook. Additionally there is a tutorial notebook inside examples folder which provides a tutorial for womg and a way to replicate the thesis results. Lot of statistics is needed for generating plots so there is a simulation function that I am using for creating this statistics.
Cool! Usually such a main module would be named womg/__main__.py
; in this way it is called if you run python womg
.
There is no possibility to upload simulations because of dimensional restrictions of git. Despite that notebooks analysis are already run.
What do you mean? Would it be possible to have a Notebook that generates the simulations and then do the analysis of what has been generated? Is that what we have right now? Sorry if I don't understand :D
Yes, this is what we have right now. I was just trying to put the simulations on git in case someone does not want to wait too much time.
Provide a
main.sh
script or a Jupyter notebook able to generate and save all plots used in the thesis.