Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gibernas committed Dec 27, 2018
1 parent b8d5b8f commit 545a719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib-visualodo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ commands
dist
cli
out-*
out*
*.json.out
.coverage
.coverage.*
Expand Down
2 changes: 1 addition & 1 deletion lib-visualodo/src/duckietown_visualodo_tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check_second_largest():

@comptest
def check_is_rotation_matrix():
M = np.array([[1,0,0],[0,1,0],[0,0,1]])
M=np.array([[1,0,0],[0,1,0],[0,0,1]])
assert is_rotation_matrix(M)

if __name__ == '__main__':
Expand Down

0 comments on commit 545a719

Please sign in to comment.