Skip to content

Commit

Permalink
replace negative index with positive
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Oct 19, 2024
1 parent 7603da9 commit 947299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/mth5/05_make_mth5_from_iris_v0.2.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,7 @@
}
],
"source": [
"ex = mth5_object.from_reference(ch_df.iloc[-6].hdf5_reference).to_channel_ts()\n",
"ex = mth5_object.from_reference(ch_df.iloc[50].hdf5_reference).to_channel_ts()\n",
"print(ex)"
]
},
Expand Down

0 comments on commit 947299e

Please sign in to comment.