-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the error #1
Comments
Hi, |
above problem solved. thank you. I got into another error. can you help solving this error ? : AttributeError Traceback (most recent call last) AttributeError: type object 'Functions' has no attribute 'adapt_SpikesFile' |
Hi :) That error is due to pyNAVIS was updated, and that function was modified. Instead using:
you must use:
|
Thankyou.
…On Fri, May 7, 2021 at 4:21 PM sakib160205029 ***@***.***> wrote:
Hi :)
That error is due to pyNAVIS was updated, and that function was modified.
Instead using:
sample_file_data = pyNAVIS.Functions.adapt_SpikesFile(sample_file_data,
pynavis_settings)
you must use:
sample_file_data.timestamps =
pyNAVIS.Functions.adapt_timestamps(sample_file_data.timestamps,
pynavis_settings)
thank you it solved the error .
now I'm getting this error :
[image: ssq23]
<https://user-images.githubusercontent.com/83664531/117439241-703b9a00-af54-11eb-89bc-262197e89502.PNG>
[Functions.check_SpikesFile] > TimestampOrderError: The SpikesFile file
that you loaded has at least one timestamp whose value is lesser than its
previous one.
[Functions.check_SpikesFile] > AddressValueError: The SpikesFile file that
you loaded has at least one event whose address is either less than 0 or
greater than the number of addresses that you specified.
c:\users\sakib\appdata\local\programs\python\python38\lib\site-packages\pyNAVIS\plots.py:229:
UserWarning: Matplotlib is currently using
module://ipykernel.pylab.backend_inline, which is a non-GUI backend, so
cannot show the figure.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALUO4IOV4MUQHQKNTXC7O5DTMPA37ANCNFSM4YXPSIRA>
.
|
I am getting this error can you please help me to solve it.
The text was updated successfully, but these errors were encountered: