jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
88 stars 30 forks source link

cleaning up the _query_sql() function #256

Closed chonmj closed 1 year ago

chonmj commented 1 year ago

Addressed some lingering issues that needed attention. c.from_raw(name,is_a_file=False) should work now. raw data is stored as raw=c.data.raw

jepegit commented 1 year ago

@chonmj; merged your pull request :-)

There are some new changes in the cellpy.readers.base so I had to change arbin_sql_7 slightly. So, merge the new stuff from master before adding more changes. I can't test if my changes "destroys" something in arbin_sql_7, so it would be great if you could check it.

All the best, Jan Petter