From 947299e6d0deb0a94ee51bd999b6dc23a782d771 Mon Sep 17 00:00:00 2001 From: "Karl N. Kappler" Date: Sat, 19 Oct 2024 14:21:44 -0700 Subject: [PATCH] replace negative index with positive --- notebooks/mth5/05_make_mth5_from_iris_v0.2.0.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/mth5/05_make_mth5_from_iris_v0.2.0.ipynb b/notebooks/mth5/05_make_mth5_from_iris_v0.2.0.ipynb index b8ced2f..8e14c61 100644 --- a/notebooks/mth5/05_make_mth5_from_iris_v0.2.0.ipynb +++ b/notebooks/mth5/05_make_mth5_from_iris_v0.2.0.ipynb @@ -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)" ] },