ADicksonLab / wepy

Weighted Ensemble simulation framework in Python
https://adicksonlab.github.io/wepy/index.html
MIT License
48 stars 20 forks source link

Simplifying the test suite #72

Closed alexrd closed 10 months ago

alexrd commented 1 year ago

Simply installing pytest and running pytest in the main wepy directory will run meaningful tests that cover a large range of the practical wepy functionality.

Other changes:

Because of the latter, this should not be merged until the geomm 0.2.1 version is up.

salotz commented 1 year ago

I'd recommend merging the commits I made before making more changes so the PR is smaller. There are 240 files changed currently so I can't see what changed easily.