HajimeKawahara / exojax

🐈 Automatic differentiable spectrum modeling of exoplanets/brown dwarfs using JAX, compatible with NumPyro and JAXopt
http://secondearths.sakura.ne.jp/exojax/
MIT License
45 stars 14 forks source link

api.py for pytables #506

Closed HajimeKawahara closed 1 month ago

HajimeKawahara commented 1 month ago

if choosing pytables as radis engine, columns was empty because vaex is lazy I/O. So I fixed it and now the user can manually set the radis engine in Mdb(Exomol, Hitemp, Hitran).

HajimeKawahara commented 1 month ago

Check the integration test: exojax/tests/integration/api

github-actions[bot] commented 1 month ago

Unit Test Results

157 tests  Β±0   157 :heavy_check_mark: Β±0   32s :stopwatch: -1s βŸβ€„βŸβ€„1 suites Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :zzz: Β±0  βŸβ€„βŸβ€„1 files   Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :x: Β±0 

Results for commit 27f1cb4b. ± Comparison against base commit 0f259548.

:recycle: This comment has been updated with latest results.

HajimeKawahara commented 1 month ago

See https://secondearths.sakura.ne.jp/exojax/develop/userguide/api.html for the doc

HajimeKawahara commented 1 month ago

502