salotz

Results 42 comments of salotz

Same thing here. Should be an easy fix just changing the import, might try to do it myself. I've heard from the old maintainers that no one is maintaining the...

Actually, this is addressed in the code, its just not in the build. https://github.com/msmbuilder/msmbuilder/blob/master/msmbuilder/utils/param_sweep.py#L3 They would need to do a new release and publish to PyPI. I tried installing directly...

I am able to build on my machine if I use the 3.8.0 commit tag: ``` pip install git+https://github.com/msmbuilder/[email protected] ``` But the fix happened recently: https://github.com/msmbuilder/msmbuilder/commit/8c901a3d0a114c97e406d19dfeb2fcd45fc927c2 My fork resets back...

I don't know if I am building properly as I wasn't able to find a comprehensive guide, just wanted to share my workaround give as much info as I had...

Works for me now too. I installed with the latest cython from conda-forge (0.29.13). Should've tried that first. Thanks @rmcgibbo.

Fixes #26 (even though it was closed). Let me know what you think. Feel free to make suggestions and edits.

I'll work on fixing the tests, just wanted to get this on here to see if there was any big objections to a change like this.

Realized there was an issue with the previous implementation. Shouldn't have been so quick to do metaprogramming. New one is much cleaner IMO, although not parametric in the scope nor...

Does this behavior really make sense https://github.com/gabrielcnr/pytest-datadir/blob/master/tests/test_nonexistent.py ? I'm all for backwards compatibility, but this sounds like a silent failure. If you ask for a datadir but don't have one...

Hi @nicoddemus, I really appreciate your patience and taking the time to review these and give me feedback and actually understanding my intention. I will cogitate on this a bit...