File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ mod evaluate {
77 //! Provides functions that don't have a numerical solution and must
88 //! be solved computationally (e.g. evaluation of a polynomial)
99
10- /// evaluates a polynomial at `z` where `coeff` are the coeffecients
10+ /// evaluates a polynomial at `z` where `coeff` are the coefficients
1111 /// to a polynomial of order `k` where `k` is the length of `coeff` and the
1212 /// coeffecient
1313 /// to the `k`th power is the `k`th element in coeff. E.g. [3,-1,2] equates to
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ fn test_pth_with_key() {
1414}
1515
1616#[ test]
17- fn test_pth_fortran_congiguous ( ) {
17+ fn test_pth_fortran_contiguous ( ) {
1818 let tensors =
1919 candle_core:: pickle:: PthTensors :: new ( "tests/fortran_tensor_3d.pth" , None ) . unwrap ( ) ;
2020 let tensor = tensors. get ( "tensor_fortran" ) . unwrap ( ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments