Skip to content

Commit

Permalink
did I save?
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeratul committed May 9, 2023
1 parent eb8bb30 commit d20aece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions combination.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def combination(a1,a2,axis = 0):

if __name__ == "__main__":
# use this for your own testing!
a1 = np.ones((2,2))
a2 = np.ones((2,2))
print(combination(a1,a2))
#a1 = np.ones((2,2))
#a2 = np.ones((2,2))
#print(combination(a1,a2))
pass

0 comments on commit d20aece

Please sign in to comment.