NESTCollaboration / nestpy

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

Kr83m yields arguments don't match bindings #84

Closed sophiafarrell closed 2 years ago

sophiafarrell commented 2 years ago

A bug where even if you specify a given deltaT for Kr83m, you'll get a random generation of deltaTs.

Solution: get the function, here, to match the bindings, here.

sophiafarrell commented 2 years ago

Fixed, see #85 (builds failing for unrelated reason)