NESTCollaboration / nestpy

Raw Python bindings to the NEST library using pybind11.
GNU General Public License v3.0
13 stars 19 forks source link

Synced files from tagged NESTv2.2.3 for nestpy release of v1.4.11 #69

Closed grischbieter closed 3 years ago

grischbieter commented 3 years ago

Simply removed the gcem dependencies manually from NEST.cpp. Things work well now! I've specifically added the pybindings for the S1Calculation and S2Calculation mode enums, and updated the core tests accordingly.

Barring any disapproval of how I've handled things, I believe this is ready for merging with master and tagging a new nestpy version

grischbieter commented 3 years ago

Thanks for taking a look Sophia! I'll documentation to the how_to_maintain notebook as well, so we can repeat this in the future as necessary.