Procházet zdrojové kódy

Orientation maps are generated, uniformized and ready to run.

moritz před 3 roky
rodič
revize
30e66e23dc

+ 1 - 3
scripts/spatial_network/orientation_map/orientation_map_full_figure_runner.py

@@ -1,7 +1,5 @@
 import scripts.spatial_network.orientation_map.run_orientation_map as runner
 import scripts.spatial_network.orientation_map.analyse_orientation_map as analyser
-import scripts.spatial_network.orientation_map.paper_figures_orientation_map as plotter
 
 runner.main()
-analyser.main()
-# plotter.main()
+analyser.main()