Skip to content

Commit

Permalink
removing maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
rimjhimittal committed Mar 25, 2024
1 parent 5e0bbe6 commit 124d4d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modeci_mdf/functions/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def create_python_expression(expression_string: str = None) -> str:
"sinh",
"cosh",
"tanh",
"maximum",
]
functions_sorted = sorted(functions, key=len, reverse=True)
for func in functions_sorted:
Expand Down

0 comments on commit 124d4d8

Please sign in to comment.