Closed shivupa closed 5 years ago
Hey @shivupa in terms of the errors:
1) The new_project function requires that you give title in the form of a directory string. So it should be title="a/"
or else it won't work. I believe this is in the doc string, if not I will add it immediately.
2) The second error I will commit a fix for then close this issue.
Thanks!
I am getting two test failures.
First failure
If I create a new directory and try to do
where a.csv is
input.csv
the directory structure isSo perhaps the correct directory structure needs to be changed?
Second failure
Looks like a numerical thing? Perhaps something like numpy allclose would work but the dictionary complicates things.
Full test failures below; let me know if I did anything wrong!