Closed chazeon closed 6 years ago
If I remember correctly, this happens after the option T_MIN
is added to settings.yaml
. So you have a temperature starting from T_MIN
, not 0
any more (as before). Here it seems that you have your T_MIN
higher than 300
, so pandas
cannot get the data at 0 and 300 Kelvin. You can add T4FV: ['<some T higher than T_MIN>']
in settings.yaml
.
This error should be handled by us, if you have time, please make a pr. Thanks!
Does this problem fix? I guess it should be fixed up to develop head.
This is fixed.
Expected Behavior
qha-plot
produce a bunch of plotsActual Behavior
Error raised:
Steps to Reproduce the Problem
Run
qha-plot
.Specifications