Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ncasuk/ncas-isc into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alaniwi committed Mar 1, 2023
2 parents 994e743 + 448c743 commit 4b66690
Show file tree
Hide file tree
Showing 14 changed files with 2,691 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-data/notebooks/ex01_numpy_arrays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"\n",
"- Create an array of shape (2, 3, 4) of zeros\n",
"- Create an array of shape (2, 3, 4) of ones.\n",
"- Create an array with values 0 to 999 using the `np.arrange` function."
"- Create an array with values 0 to 999 using the `np.arange` function."
]
},
{
Expand Down
Binary file modified python-data/slides/02_python_text_formats.pdf
Binary file not shown.
Binary file modified python-data/slides/02_python_text_formats.pptx
Binary file not shown.
Binary file modified python-data/slides/04_binary_formats.pdf
Binary file not shown.
Binary file modified python-data/slides/04_binary_formats.pptx
Binary file not shown.
Binary file modified python-data/slides/05_netcdf_overview.pdf
Binary file not shown.
Binary file modified python-data/slides/05_netcdf_overview.pptx
Binary file not shown.
Binary file modified python-data/slides/07_ncgen_ncdump_cdl.pdf
Binary file not shown.
Binary file modified python-data/slides/07_ncgen_ncdump_cdl.pptx
Binary file not shown.
Binary file modified python-data/slides/09_cfchecker.pdf
Binary file not shown.
Binary file modified python-data/slides/09_cfchecker.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion python-data/solutions/ex01_numpy_arrays_solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"\n",
"- Create an array of shape (2, 3, 4) of zeros and print.\n",
"- Create an array of shape (2, 3, 4) of ones and print.\n",
"- Create an array with values 0 to 999 using the `np.arrange` function and print."
"- Create an array with values 0 to 999 using the `np.arange` function and print."
]
},
{
Expand Down
Loading

0 comments on commit 4b66690

Please sign in to comment.