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
KwikIO for the Kwik format of stuff constantly throws warnings (I believe it is meant for python < 3.7). We should have a policy for either removing from tests or removing from the code base if something is unsupportable. Some of these warnings will become hard errors soon.
If we remove from tests we warn the user that it requires old versions of python that must be installed etc at the users own risk
If we remove the io completely maybe have a warning that says this io has been removed and if needed the user should use an old version of neo?
The text was updated successfully, but these errors were encountered:
Removal of IO once there are no versions of python/numpy which can support the IO + add class with warning explaining to downgrade to an earlier version of Neo
add warning to IO if the python/numpy version is limited to let the user know they need to pick a different version
KwikIO for the Kwik format of stuff constantly throws warnings (I believe it is meant for python < 3.7). We should have a policy for either removing from tests or removing from the code base if something is unsupportable. Some of these warnings will become hard errors soon.
If we remove from tests we warn the user that it requires old versions of python that must be installed etc at the users own risk
If we remove the io completely maybe have a warning that says this io has been removed and if needed the user should use an old version of neo?
The text was updated successfully, but these errors were encountered: