Skip to content
Merged
Changes from all 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 fundamentals/01.1_creating_data_structures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"\n",
"Sometimes we want to attach coordinate variables along an existing dimension. Notice that \n",
"1. `itime` is not bolded and \n",
"2. has a name \"time\" that is different from the dimension name \"time\"\n",
"2. has a name \"itime\" that is different from the dimension name \"time\"\n",
"\n",
"`itime` is an example of a non-dimension coordinate variable i.e. it is a coordinate variable that does not match a dimension name. Here we demonstrate the \"tuple\" form of assigninment: `(dims, data, attrs)`"
]
Expand Down
Loading