Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Circular import in image_processing #101

Open gngdb opened 9 years ago

gngdb commented 9 years ago

I had to import utils to use the save_run_settings function. According to this stackoverflow question we should re-evaluate where different functions should be to solve this problem. In the mean time I've deferred the import.