Skip to content

Commit

Permalink
Fix neural argv
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 8, 2024
1 parent d249cc6 commit 9876c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/neuralgcm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def run_on_fn(self, fn, steps=1):
).timeit(steps)


def main():
def main(argv):
c = NeuralGCM()
c.setUp()
c.test()
Expand Down

0 comments on commit 9876c72

Please sign in to comment.