Skip to content

Commit

Permalink
better?
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeratul committed May 9, 2023
1 parent bda36b9 commit 2b35d84
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/2023-homework04-Seeratul/v17/.wsuo
Binary file not shown.
2 changes: 2 additions & 0 deletions combination.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
def combination(a1,a2,axis = 0):
# delete the NotImplementedError when you write your function.
try:
a1 = np.squeeze(a1)
a2 = np.squeeze(a2)
return np.concatenate(a1,a2,axis)

except:
Expand Down

0 comments on commit 2b35d84

Please sign in to comment.