TacHawkes / HITRAN.jl

Spectrum calculation using the HITRAN database for Julia
MIT License
7 stars 0 forks source link

fetch! kills Julia #14

Closed SimonWoods closed 2 years ago

SimonWoods commented 2 years ago

When I try the quickstart example, Julia exits a few seconds after the fetch! command.

julia> using HITRAN
julia> fetch!("StdAtm", iso_id(["N2", "O2", "CO2", "H2O", "CH4"]), 12900, 13200, [:standard, :ht_self]);
[ Info: No custom HITRAN database specified, opening 'HITRAN.sqlite' (default)
# julia dies
SimonWoods commented 2 years ago

Actually it looks like the problem is with CSV.File in download_HITRAN(), sometimes it crashes, sometimes it doesn't. Anyway it's not a HITRAN problem.