Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Sep 6, 2023
2 parents 6c15147 + c0059b0 commit b16d190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@
"metadata": {},
"outputs": [],
"source": [
"# create a new WOA database:\n",
"# Create a new WOA database:\n",
"\n",
"db = 'woa13.db'\n",
"session_woa = cc.database.create_session(db)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.9.17"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion test/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_Tutorials(notebook_filename):
("Cross-contour_transport.ipynb"),
("Cross-slope_section.ipynb"),
#("Decomposing_kinetic_energy_into_mean_and_transient.ipynb"), # Takes a long time (not sure if it runs till the end)
#("Equatorial_thermal_and_zonal_velocity_structure.ipynb"), # Does not run
("Equatorial_thermal_and_zonal_velocity_structure.ipynb"),
#("IcePlottingExample.ipynb"), # Does not run
("Meridional_heat_transport.ipynb"),
("Model_Resolution_Comparison.ipynb"),
Expand Down

0 comments on commit b16d190

Please sign in to comment.