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
dictionary to convert columns of CSV files to appropriate type. As names of columns differ with versions - that makes format handling a responsibility of the Loader.
Methods of ZipLoaders renamed to match keys in `Data._objectBases` dictionary:
- `.loadHw()` -> `.loadHardwareEvents()`,
- `.loadEnv()` -> `.loadEnvironment()`.
PyMICE/lib/pymice/_ICData.py
Line 436 in b3736c2
uses
PyMICE/lib/pymice/_ICData.py
Line 131 in b3736c2
dictionary to convert columns of CSV files to appropriate type. As names of columns differ with versions - that makes format handling a responsibility of the
Loader
.In the development branches there are further examples of such responsibility, like:
https://github.com/Neuroinflab/PyMICE/blob/format_version_2/lib/pymice/_ICData.py#L322
The text was updated successfully, but these errors were encountered: