Make the tests actually test something...
This commit is contained in:
parent
cffd3fefda
commit
b48444ef6c
@ -225,6 +225,6 @@ mod tests {
|
||||
1e-4,
|
||||
AbsTolerance::Scalar(1e-4),
|
||||
(),
|
||||
);
|
||||
).unwrap();
|
||||
}
|
||||
}
|
||||
|
@ -379,6 +379,6 @@ mod tests {
|
||||
AbsTolerance::scalar(1e-4),
|
||||
SensiAbsTolerance::scalar([1e-4; 4]),
|
||||
(),
|
||||
);
|
||||
).unwrap();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user