When I cloned wuvars-proto onto my U.Mich macbook, I have trouble running/importing code.
In particular,
In [10]: import network2 ERROR: IOError: [Errno 2] No such file or directory: '/media/storage/Documents/Research/reu/DATA/Merged_Catalogs/network/sorted_date_list.txt' [numpy.lib.npyio]
Issue: Make the code completely portable! After resolving this specific missing-file issue, go to whatever next is required to get plots and stuff running on other machines.
This is addressed with commits 73728f3906701df10ec1799c26603667c0b5acc6 and b46e540e111e33e778e6428b31efe1786eec5da8 , as well as installing runchi2 on the macbook.
When I cloned wuvars-proto onto my U.Mich macbook, I have trouble running/importing code.
In particular,
In [10]: import network2 ERROR: IOError: [Errno 2] No such file or directory: '/media/storage/Documents/Research/reu/DATA/Merged_Catalogs/network/sorted_date_list.txt' [numpy.lib.npyio]
Issue: Make the code completely portable! After resolving this specific missing-file issue, go to whatever next is required to get plots and stuff running on other machines.