Skip to content

Commit

Permalink
remove the sys.path stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Sep 26, 2024
1 parent 3aa7c58 commit ce3fdeb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/example_pressure_interpolation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
"See documentation about the FV3 native grid [here](https://repository.library.noaa.gov/view/noaa/30725), in Section 5.1."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "25791b9f-9678-4b7c-a788-95e478559919",
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.insert(0, \"..\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down

0 comments on commit ce3fdeb

Please sign in to comment.