Skip to content

Commit fa338d4

Browse files
Rewrote multivariate to be spacecraft specific
1 parent 67f5862 commit fa338d4

File tree

3 files changed

+242
-130
lines changed

3 files changed

+242
-130
lines changed

src/errors.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ impl From<ConfigError> for NyxError {
100100
#[derive(Debug, PartialEq, Snafu)]
101101
#[snafu(visibility(pub(crate)))]
102102
pub enum StateError {
103-
#[snafu(display("{param} is unavailable for this kind of state"))]
103+
#[snafu(display("{param} is unavailable in this context"))]
104104
Unavailable { param: StateParameter },
105-
#[snafu(display("{param} is read only for this kind of state"))]
105+
#[snafu(display("{param} is read only in this context"))]
106106
ReadOnly { param: StateParameter },
107107
#[snafu(display("{param} computation caused {source}"))]
108108
StateAstroError {

0 commit comments

Comments
 (0)