Skip to content

Commit

Permalink
Update src/tdastro/math_nodes/basic_math_node.py
Browse files Browse the repository at this point in the history
Co-authored-by: Melissa DeLucchi <[email protected]>
  • Loading branch information
jeremykubica and delucchi-cmu authored Nov 4, 2024
1 parent 1490e6a commit ecaf1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdastro/math_nodes/basic_math_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class BasicMathNode(FunctionNode):
ast.Invert,
)

# A map from aa very limited set of supported math constant/function names to
# A map from a very limited set of supported math constant/function names to
# the corresponding names in [math, numpy, jax]. This is needed because
# a very few functions have different names in different libraries.
_math_map = {
Expand Down

0 comments on commit ecaf1f3

Please sign in to comment.