aneeshnaik / lintsampler

Efficient random sampling via linear interpolation.
https://lintsampler.readthedocs.io
MIT License
1 stars 2 forks source link

JOSS review: quickstart example does not work #7

Closed vankesteren closed 3 weeks ago

vankesteren commented 3 months ago

I think you depend on scipy.stats.norm but do not import it.

aneeshnaik commented 2 months ago

We have added the import to the quickstart example in the joss-major branch (PR #12)

aneeshnaik commented 3 weeks ago

Closed in PR #12