This is no longer compatible with the new view Luc made.
|
jcamp = from_dict( |
|
{ |
|
"x": { |
|
"data": node["isotherm"]["pressure"], |
|
"unit": node["isotherm"]["pressure_unit"], |
|
"type": "INDEPENDENT", |
|
}, |
|
"y": { |
|
"data": node["isotherm"]["loading_absolute_average"], |
|
"unit": node["isotherm"]["loading_absolute_unit"], |
|
"type": "DEPENDENT", |
|
}, |
|
}, |
|
data_type="Adsorption Isotherm", |
|
meta=meta, |
|
) |
This is no longer compatible with the new view Luc made.
aiidalab-eln/aiidalab_eln/cheminfo/exporter.py
Lines 37 to 52 in 2106705