exojax
exojax copied to clipboard
Uncertainty codes in HITRAN database will be available future merge of radis
For HITRAN database, I found that we need to set additional option to use with_error=True
in api.MdbHitran()
, but it is not available now. I pull requested to radis about this issue. (https://github.com/radis/radis/pull/574)
After it is merged, we will need to uncomment some lines in src/exojax/spec/api.py
and the error will not rise in tests/integration/api/api_hitran_hitemp_test.py
. #397