Skip to content

Commit

Permalink
ci: cleanup local things
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Aug 31, 2023
1 parent d2d5d8e commit f28f587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@


def check_notebook_options(notebook_filename):
notebook_path = f"/Users/kylescully/Repos/visualizations-misc/moderne_visualizations_misc/{notebook_filename}"
notebook_path = f"./moderne_visualizations_misc/{notebook_filename}"
notebook_options = pm.inspect_notebook(notebook_path)
option_names = list(notebook_options.keys())

spec__path = f"/Users/kylescully/Repos/visualizations-misc/moderne_visualizations_misc/specs/{notebook_filename.replace('.ipynb', '.yml')}"
spec__path = f"./moderne_visualizations_misc/specs/{notebook_filename.replace('.ipynb', '.yml')}"

result = None
with open(spec__path, 'r') as stream:
Expand Down

0 comments on commit f28f587

Please sign in to comment.