You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to solve this in my local copy by inserting a line converting f to float64 before line 813: f = N.float64(f)
but I'm not sure if this is the ultimate desired solution here.
The text was updated successfully, but these errors were encountered:
Trying to inject a free spectrum GWB with
userSpec
increateGWB
gives the following error on line 813 oftoasim.py
:It might be related to this old issue: #7
I managed to solve this in my local copy by inserting a line converting
f
to float64 before line 813:f = N.float64(f)
but I'm not sure if this is the ultimate desired solution here.
The text was updated successfully, but these errors were encountered: