Closed SimonWoods closed 2 years ago
When I try the quickstart example, Julia exits a few seconds after the fetch! command.
fetch!
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
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.
CSV.File
download_HITRAN()
When I try the quickstart example, Julia exits a few seconds after the
fetch!
command.