Skip to content

Commit cd90de2

Browse files
committed
fixing stuff
1 parent 166413a commit cd90de2

File tree

2 files changed

+425
-1
lines changed

2 files changed

+425
-1
lines changed

src/axiomatic/axtract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def format_equation(latex_eq):
610610
return None
611611

612612

613-
def get_numerical_values(ax_client, path, constants_of_interest,json_path):
613+
def get_numerical_values(ax_client, path, constants_of_interest):
614614
with open(path, "rb") as f:
615615
file = f.read()
616616

test_axtract/demo_kevin.ipynb

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)