Skip to content

Commit

Permalink
Merge pull request #30 from radis/erwanp-patch-1
Browse files Browse the repository at this point in the history
update to radis 0.11.1
  • Loading branch information
erwanp authored Nov 15, 2021
2 parents 93b996d + e59413c commit eba6584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ dependencies:
- tables # for pandas to HDF5 export
- habanero # CrossRef API to retrieve data from doi
# Specific to radis-lab:
- radis>=0.11
- radis>=0.11.1
- jupyter-offlinenotebook
- jupyterlab_hdf
4 changes: 2 additions & 2 deletions databases/download_hitran.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

from radis.io.hitran import fetch_hitran

for molecule in ['C2H2', 'C2H4', 'C2H6', 'CH4', 'CO', 'CO2', 'H2O', 'N2O', 'NH3', 'NO', 'NO2']:
fetch_hitran(molecule)
for molecule in ['C2H2', 'C2H4', 'C2H6', 'CH4', 'CO', 'CO2', 'H2O', 'O3', 'N2O', 'NH3', 'NO', 'NO2']:
fetch_hitran(molecule, parse_quanta=molecule in ['CO', 'CO2'])

0 comments on commit eba6584

Please sign in to comment.