Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
norm4nn committed Nov 19, 2024
1 parent f72d08f commit 0f7ab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scholar/covariance/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Scholar.Covariance.Utils do
import Nx.Defn
require Nx

defn center(x, assume_centered? \\ false) do
defn center(x, assume_centered? \\ false) do
x =
case Nx.shape(x) do
{_} -> Nx.new_axis(x, 1)
Expand Down

0 comments on commit 0f7ab42

Please sign in to comment.