Skip to content

Commit

Permalink
Fix error at second eval trial
Browse files Browse the repository at this point in the history
  • Loading branch information
tk2lab committed Jan 23, 2023
1 parent 05fcd21 commit 3055474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/eval_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
print("v^2/x < 100 case")
print(df.query("condition < 100")[["diff", "rdiff", "absrdiff"]].describe())

os.makedirs("eval/results")
os.makedirs("eval/results", exist_ok=True)
df.to_csv("eval/results/logk_jax_int_64.csv")

0 comments on commit 3055474

Please sign in to comment.