Fixed matrix to_repr test
This commit is contained in:
parent
c3ad309a54
commit
355a133d67
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ impl Matrix {
|
||||||
/// let mut serialized = matrix.to_repr().serialize().to_string();
|
/// let mut serialized = matrix.to_repr().serialize().to_string();
|
||||||
///
|
///
|
||||||
/// assert!(serialized.find("\"sin\",2,0,0,[-1,-1,-1],[-1,\"sig\",-1]").is_some());
|
/// assert!(serialized.find("\"sin\",2,0,0,[-1,-1,-1],[-1,\"sig\",-1]").is_some());
|
||||||
/// assert!(serialized.find("\"freq\",-0.100").is_some());
|
/// assert!(serialized.find("\"freq\",220.0").is_some());
|
||||||
///```
|
///```
|
||||||
///
|
///
|
||||||
/// See also [MatrixRepr::serialize].
|
/// See also [MatrixRepr::serialize].
|
||||||
|
|
Loading…
Reference in a new issue