added FIXMEs
This commit is contained in:
parent
6eb45772d1
commit
4cec8d2756
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ def read_data(data: dict, options={}) -> pd.DataFrame:
|
||||||
|
|
||||||
|
|
||||||
# FIXME Handle the case when dataseries are not the same size
|
# FIXME Handle the case when dataseries are not the same size
|
||||||
|
# FIXME Add possibility to extract TIME (for operando runs) and Blower Temp (for variable temperature runs)
|
||||||
|
# FIXME Add possibility to iport transmission data
|
||||||
required_options = ['adjust']
|
required_options = ['adjust']
|
||||||
default_options = {
|
default_options = {
|
||||||
'adjust': 0
|
'adjust': 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue