Closed fzeiser closed 3 years ago
It's a bit strange that the Travis tests shouldn't fail on this.
@dortheg: Did you recompile ompy or just pull the latest version? ompy.stats
is a cython module, so one needs to recompile ompy to make it available.
Here is the part in the readme:
Note: If you change any of the cython modules (*.pyx files), you will have to reinstall/recompile anyways. As they may have changed upstream, the easiest is probably if you install again every time you pull.
pip install -e .
I only pulled :-) Then I guess that is my problem
Ok, could you please check this and report here if it is solved?
Note: ompy.stats
is covered by the test:
Running pip install -e .
worked, now the code runs with from .stats import truncnorm_ppf
. Thank you :-)
@dortheg reports a bug using the latest verison of ompy (32e9489?) I have received only a part of the traceback. Here it is:
I assume that it's was introduced in #155.