Skip to content

Refactor two body state vector representations

Codecov / codecov/patch failed Jan 20, 2024 in 0s

28.03% of diff hit (target 95.56%)

View this Pull Request on Codecov

28.03% of diff hit (target 95.56%)

Annotations

Check warning on line 98 in crates/lox_core/src/bodies.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/bodies.rs#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 102 in crates/lox_core/src/bodies.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/bodies.rs#L102

Added line #L102 was not covered by tests

Check warning on line 110 in crates/lox_core/src/bodies.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/bodies.rs#L108-L110

Added lines #L108 - L110 were not covered by tests

Check warning on line 23 in crates/lox_core/src/frames.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/frames.rs#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 27 in crates/lox_core/src/frames.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/frames.rs#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 27 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 33 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L29-L33

Added lines #L29 - L33 were not covered by tests

Check warning on line 37 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 41 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 58 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 62 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 66 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 70 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 74 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L72-L74

Added lines #L72 - L74 were not covered by tests

Check warning on line 78 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L76-L78

Added lines #L76 - L78 were not covered by tests

Check warning on line 108 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L92-L108

Added lines #L92 - L108 were not covered by tests

Check warning on line 112 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L110-L112

Added lines #L110 - L112 were not covered by tests

Check warning on line 116 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L114-L116

Added lines #L114 - L116 were not covered by tests

Check warning on line 129 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L118-L129

Added lines #L118 - L129 were not covered by tests

Check warning on line 133 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L131-L133

Added lines #L131 - L133 were not covered by tests

Check warning on line 137 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L135-L137

Added lines #L135 - L137 were not covered by tests

Check warning on line 141 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L139-L141

Added lines #L139 - L141 were not covered by tests

Check warning on line 145 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L143-L145

Added lines #L143 - L145 were not covered by tests

Check warning on line 149 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L147-L149

Added lines #L147 - L149 were not covered by tests

Check warning on line 153 in crates/lox_core/src/two_body.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/lox_core/src/two_body.rs#L151-L153

Added lines #L151 - L153 were not covered by tests