Chris

Results 271 comments of Chris

This bug is likely still present: https://docs.rs/crate/anise/0.4.3/builds/1345906

I think there are two problems: 1. There is a typo in the proc macro: "warning: unexpected `cfg` condition name: `docrs`". That should be `docsrs`. 2. The `data` folder does...

Used the `include` instruction as per [the docs](https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields) to explicitly include a `.cargokeep` folder in the data folder. I also added a relevant test in the CI where the data...

I don't know why this didn't work ... the data folder should exist: https://github.com/nyx-space/anise/blob/master/Cargo.toml#L27 . ``` # rustc version rustc 1.83.0-nightly (18b1161ec 2024-10-02)# docs.rs version docsrs 0.6.0 (d5a37845 2024-09-24)# build...

Thanks for opening the issues on the rust organization. I had not seen them. From the tarball, it's clear that the `data` folder does not exist. Would it be acceptable...

Redone in https://github.com/nyx-space/anise/pull/335

The tests fail because of some change I introduced the other day which should specifically prevent this. There's a specific BSP file that is stored in the secrets and only...

I guess what I'm now wondering is whether your application could directly use [`state.vmag_km_s() > 0.0`](https://docs.rs/anise/latest/anise/math/cartesian/struct.CartesianState.html#method.vmag_km_s) directly? I have no strong opinions here.

> What is the current behavior of ANISE, when two Orbits are considered and they do not have the same shape ? In my applications, this scenario can happen when...

You're entirely right, and I only had the highest fidelity models in mind, and the use case of matching the éphémérides with other software used commercially. The embedded file will...