Jan Petter Maehlen
Jan Petter Maehlen
Loading the prms (the user config file) should not be done if `cellpy` is used purely as a library. Only the following "API"s should load as default: ```python # the...
cellpy reads the .conf file when it is imported. If you are running tests and it finds your users .conf file, it will use that. Maybe it is possible to...
https://www.frontiersin.org/articles/10.3389/fenrg.2022.1059154/full
Work by Vilde (summer student) supervised by Asbjørn
After loading a file (e.g. a cellpyfile), it should be possible to update it by ```python c = cellpy.get("cellpyfile.h5) # the cellpy file contains the paths to the original raw...
The goal is to implement a simple plugin architecture. - [x] method for searching and querying for instrument loaders that already are a part of "official" `cellpy` - [ ]...
Seems like there has been an update of `pytables` that does not play well with `cellpy`...
Installing mamba/conda package of cellpy 1.0.2 for python 3.12 must be checked and fixed.