Skip to content

Commit

Permalink
Test seems to be bugged locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeratul committed May 9, 2023
1 parent f67d5f3 commit bda36b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file modified .vs/2023-homework04-Seeratul/v17/.wsuo
Binary file not shown.
2 changes: 1 addition & 1 deletion combination.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# implement your function to combine two numpy arrays

def combine(a1,a2,axis = 0):
def combination(a1,a2,axis = 0):
# delete the NotImplementedError when you write your function.
try:
return np.concatenate(a1,a2,axis)
Expand Down

0 comments on commit bda36b9

Please sign in to comment.