Skip to content

Commit

Permalink
Merge branch 'prepareMerge' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideACucci committed Mar 5, 2021
2 parents d50999a + ed602c0 commit 31cb650
Show file tree
Hide file tree
Showing 44 changed files with 6,831 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _development/Mathematica/fixMathematicaOutput_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def fixMathFunctions(l):

#pi
l = re.sub('Pi', 'M_PI', l)

l = re.sub('mM_PItch', 'mPitch', l)

# we have to swap the two arguments of the ArcTan because of odd Mathematica conventions

Expand Down
Loading

0 comments on commit 31cb650

Please sign in to comment.