Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment error #34

Open
erwanp opened this issue May 16, 2022 · 2 comments
Open

Deployment error #34

erwanp opened this issue May 16, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@erwanp
Copy link
Member

erwanp commented May 16, 2022

Seen during launch of #33

  65536 bytes written to /home/jovyan/.radisdb/hitran/downloads__can_be_deleted/H2O/H2O_7.data
  65536 bytes written to /home/jovyan/.radisdb/hitran/downloads__can_be_deleted/H2O/H2O_7.data
  65536 bytes written to /home/jovyan/.radisdb/hitran/downloads__can_be_deleted/H2O/H2O_7.data
  65536 bytes written to /home/jovyan/.radisdb/hitran/downloads__can_be_deleted/H2O/H2O_7.data
Header written to /home/jovyan/.radisdb/hitran/downloads__can_be_deleted/H2O/H2O_7.header
END DOWNLOAD
                     Lines parsed: 23192
PROCESSED
PROCESSED
Traceback (most recent call last):
  File "download_hitran.py", line 10, in <module>
    fetch_hitran(molecule, parse_quanta=molecule in ['CO', 'CO2'])
  File "/srv/conda/envs/notebook/lib/python3.8/site-packages/radis/io/hitran.py", line 1407, in fetch_hitran
    ldb.download_and_parse(download_files, cache=cache, parse_quanta=parse_quanta)
  File "/srv/conda/envs/notebook/lib/python3.8/site-packages/radis/io/hitran.py", line 1179, in download_and_parse
    df = hit2df(
  File "/srv/conda/envs/notebook/lib/python3.8/site-packages/radis/io/hitran.py", line 208, in hit2df
    mol = get_molecule(int(f.read(2)))
ValueError: invalid literal for int() with base 10: ''
Warning : 3 files were written but not combined. Deleting them.

['/home/jovyan/.radisdb/hitran/H2O_temp000000.hdf5', '/home/jovyan/.radisdb/hitran/H2O_temp000001.hdf5', '/home/jovyan/.radisdb/hitran/H2O_temp000002.hdf5']

Full log in #33 (comment)

@erwanp erwanp added the bug Something isn't working label May 17, 2022
@erwanp
Copy link
Member Author

erwanp commented May 17, 2022

Update : in fdd7aff deploymenet worked; RADIS-Lab worked with HITRAN/HITEMP/GEISA (total time ~5hrs)

image

However the Docker was not saved --> the build process restarted on the next call.

Trying with only GEISA.

@erwanp
Copy link
Member Author

erwanp commented May 17, 2022

Working in 2ba8b02 minus HITEMP-H2O (not downloaded) ; skipping it out for the moment !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant