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
Add parameter in rdrecord/rdsamp for user to select their desired numpy datatype since the default now is float64 and this appears to cause MemoryError with larger datasets. See #224.
It should be noted that rdrecord currently has a return_res parameter though this only converts the dtype after the data has already been imported and manipulated in the float64 format.
The text was updated successfully, but these errors were encountered:
Adds a datatype parameter in the rdrecord and rdsamp functions to allow the user to increase computation speed at the expense of accuracy and significant figures of signal data. Fixes#224 and #225.
Uh oh!
There was an error while loading. Please reload this page.
Add parameter in
rdrecord
/rdsamp
for user to select their desired numpy datatype since the default now isfloat64
and this appears to causeMemoryError
with larger datasets. See #224.It should be noted that
rdrecord
currently has areturn_res
parameter though this only converts thedtype
after the data has already been imported and manipulated in thefloat64
format.The text was updated successfully, but these errors were encountered: