Skip to content

Commit

Permalink
Change resultant tensor shape
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak committed Oct 17, 2023
1 parent 384d415 commit bb41862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scholar/linear/isotonic_regression_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ defmodule Scholar.Linear.IsotonicRegressionTest do
[43.0, 44.0, 46.0, 47.0, 55.0, 56.0] ++
[60.0, 61.0, 66.0, 67.0, 71.0, 72.0] ++
[73.0, 76.0, 77.0, 80.0, 81.0, 87.0] ++
[88.0, 92.0, 93.0, 97.0, 98.0]
[88.0, 92.0, 93.0, 97.0, 98.0, 99.0]
)
)
end
Expand Down

0 comments on commit bb41862

Please sign in to comment.