ADicksonLab / wepy

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

Clean up the boundar_conditions.boundary module #108

Closed salotz closed 1 year ago

salotz commented 1 year ago

There was some (thankfully) dead code in the WarpBC class that was a copy of the RandomBC class.

Moved RandomBC around to make things clearer.