Closed eelcovv closed 8 years ago
Thanks for reporting this. I hope this problem will be fixed when the pipinstall branch is merged with master. It is further discussed in issue #14.
There are still issues when building on Windows. Closing here but the discussion continues in #29.
Hello, I have installed pywafo and tried to run the tutorials but I am running into some issues. From chapter 1 I have here given the smallest example to raise the error I have installed the pywafo project from this repository, but also tried the anaconda version which gives the same error
The example is:
Running this code raises the issue
It appears that Rind is loaded in wafo.gauss, however, this is not done correctly and therefore remains None
Therefore, as a work around I try to force to load wafo.gauss.Rind again before I call the to_t_pdf as
Now Rind seems to be loaded, but I get the following error
I am not sure if this error is related to the first problem. Anyhow. Any idea how I could fix this?
Many thanks
Regards Eelco