Skip to content

Commit

Permalink
Format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Sep 24, 2024
1 parent 9001cc2 commit 32613fc
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ def calculate_correlation_matrix(X, Y=None):
# Your code here
pass

X = np.array([[1, 2],
[3, 4],
[5, 6]])

X = np.array([[1, 2], [3, 4], [5, 6]])

output = calculate_correlation_matrix(X=X)
print(output)
print(output)

0 comments on commit 32613fc

Please sign in to comment.