light-curve / light-curve-feature

Time-series feature extraction Rust crate
GNU General Public License v3.0
8 stars 0 forks source link

Call a non-existing file #133

Closed erusseil closed 1 year ago

erusseil commented 1 year ago

Inside : test-util/src/lc_data/rrlyr.rs

"../../../test-data/RRLyrae/periods.csv" "$CARGO_MANIFEST_DIR/../test-data/RRLyrae/light-curves"

Are being called but dont exist

hombit commented 1 year ago

I think we fixed it on your side