Skip to content

Commit

Permalink
fixed path in pyart config file in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jan 9, 2024
1 parent 03133f2 commit fbb0e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/pyart/pyart-processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"import matplotlib.pyplot as plt\n",
"\n",
"import pyart\n",
"pyart.config.load_config('../pyrad_config/mch_config.py')\n"
"pyart.config.load_config('../../pyrad_config/mch_config.py')\n"
]
},
{
Expand Down

0 comments on commit fbb0e6a

Please sign in to comment.