Skip to content

Commit

Permalink
Init actual script for paper plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Oct 2, 2024
1 parent d729fe5 commit 6518caa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions analysis/plot_figures.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import argparse


def get_args():
# fmt: off
parser = argparse.ArgumentParser()
parser.
# fmt: on
return parser.parse_args()

0 comments on commit 6518caa

Please sign in to comment.