Skip to content

Fix run analysis

Jorin Diemer requested to merge fix_run_analysis into development

Running the analysis on Windows failed as os.system was ued to call python scripts (originally programmed to work in linux). As Windows does not interpret python as a command by default, the analysis script was rewritten to import neccessary scripts, which is better style anyways. Furthermore, the visualization was adapted such that plots of successful sperms are only created if any sperm was successful.

Merge request reports