Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jan 10, 2024
1 parent d6a21e1 commit 723b2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quaternion/Quaternion.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def __new__(cls, attitude=None, transform=None, q=None, equatorial=None):
return self

def __init__(self, attitude=None, transform=None, q=None, equatorial=None):
print(idonotexist)
npar = (
int(attitude is not None)
+ int(transform is not None)
Expand Down

0 comments on commit 723b2fb

Please sign in to comment.