NESTCollaboration / nestpy

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

Updated the DD spectrum in TestSpectra to have controllable parameters #76

Closed grischbieter closed 2 years ago

grischbieter commented 2 years ago

I've synced TestSpectra.cpp, TestSpectra.hh, and execNEST.cpp to match the new DD spectrum in TestSpectra from the recent NEST commit: https://github.com/NESTCollaboration/nest/commit/a4952693ee559ab347f36f36fb1c0f3893f4d610

Core tests passed and spectrum works correctly, and all builds passed. So this should be good to merge.

sophiafarrell commented 2 years ago

Looks great; thanks!