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
Using functions like np.sum oder np.mean on spy.Analogdata does nothing, yet there is still a in place selection message emitted.
Reproducing code example:
The text was updated successfully, but these errors were encountered:
tensionhead
added
the
Minor Bug
A flaw in the code or documentation that is clearly an error but does neither impede package functio
label
Jan 31, 2022
With recent fixes in SpyArithmetic the output of np.sum(my_data) is simply:
In [4]: np.sum(my_data)
Out[4]:
Syncopy AnalogData object with fields
cfg : dictionary with keys ''
channel : [2] element <class 'numpy.ndarray'>
container : None
data : 10 trials of length 3.0 defined on [30 x 2] float64 Dataset of size 0.00 MB
dimord : time by channel
filename : /home/fuertingers/.spy/spy_a319_6b9c3f40.analog
mode : r+
sampleinfo : [10 x 2] element <class 'numpy.ndarray'>
samplerate : 1.0
selection : None
tag : None
time : 10 element list
trialinfo : [10 x 0] element <class 'numpy.ndarray'>
trials : 10 element iterable
Use `.log` to see object history
Using functions like
np.sum
odernp.mean
onspy.Analogdata
does nothing, yet there is still a in place selection message emitted.Reproducing code example:
will output the unchanged original data:
The text was updated successfully, but these errors were encountered: