kemasuda / jkepler

JAX code for modeling Keplerian orbits
MIT License
3 stars 0 forks source link

Add unittests for rv #3

Closed HajimeKawahara closed 1 month ago

HajimeKawahara commented 1 month ago

how to add the datafile

The following code can read the data file:

    import pkg_resources
    test_rvfile = pkg_resources.resource_filename(
        "jkepler", "data/tests/v723mon_s12_rv.csv"
    )
    rvdata = pd.read_csv(test_rvfile)
github-actions[bot] commented 1 month ago

Unit Test Results

2 tests  +1   2 :heavy_check_mark: +1   4s :stopwatch: +4s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 6e21536f. ± Comparison against base commit acd285a6.

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

HajimeKawahara commented 1 month ago

2