Skip to content

Commit

Permalink
Add two tests to coverage + fix LRO ground station config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Nov 23, 2024
1 parent 5103c8f commit 79e808d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions examples/04_lro_od/dsn-network.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- name: DSS-65 Madrid
DSS-65 Madrid:
name: DSS-65 Madrid
frame:
ephemeris_id: 399
orientation_id: 399
Expand All @@ -22,7 +23,8 @@
- range_km
- doppler_km_s

- name: DSS-34 Canberra
DSS-34 Canberra:
name: DSS-34 Canberra
frame:
ephemeris_id: 399
orientation_id: 399
Expand All @@ -46,7 +48,8 @@
- range_km
- doppler_km_s

- name: DSS-13 Goldstone
DSS-13 Goldstone:
name: DSS-13 Goldstone
frame:
ephemeris_id: 399
orientation_id: 399
Expand Down
2 changes: 1 addition & 1 deletion tests/monte_carlo/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn almanac() -> Arc<Almanac> {
}

#[rstest]
fn test_monte_carlo_epoch(almanac: Arc<Almanac>) {
fn test_monte_carlo_epoch_cov_test(almanac: Arc<Almanac>) {
extern crate pretty_env_logger;
let _ = pretty_env_logger::try_init();

Expand Down
2 changes: 1 addition & 1 deletion tests/orbit_determination/two_body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ fn od_tb_ckf_map_covar(almanac: Arc<Almanac>) {

#[allow(clippy::identity_op)]
#[rstest]
fn od_tb_val_harmonics_ckf_fixed_step_perfect(
fn od_tb_val_harmonics_ckf_fixed_step_perfect_cov_test(
almanac: Arc<Almanac>,
sim_devices: BTreeMap<String, GroundStation>,
proc_devices: BTreeMap<String, GroundStation>,
Expand Down

0 comments on commit 79e808d

Please sign in to comment.