Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pages: write
id-token: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site/
example_data/
*.h5
*.nc
_freeze
2 changes: 1 addition & 1 deletion tutorials/hdf5_formatting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"id": "e70aa9a5-58dc-44e7-a600-a1f9db2027d5",
"metadata": {},
"source": [
"Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`."
"Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`. -"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the extra " -" for?

]
},
{
Expand Down