diff --git a/example-data/test-datasets/1traj_1NA_middle.csv b/example-data/test-datasets/1traj_1NA_middle.csv index 6d4d7ba43d2362b2fced328009058bcfbf6094b7..d9e8cdc5197a1122c189ac233486c6c1bd964de6 100644 --- a/example-data/test-datasets/1traj_1NA_middle.csv +++ b/example-data/test-datasets/1traj_1NA_middle.csv @@ -1,12 +1,12 @@ ID, Time, Meas -0, 0, 4 -0, 1, 5 -0, 2, 4 -0, 3, 4 -0, 4, NA -0, 5, 3 -0, 6, 4 -0, 7, 2 -0, 8, 5 -0, 9, 6 -0, 10, 3 \ No newline at end of file +0, 0, 1 +0, 1,1 +0, 2,1 +0, 3,1 +0, 4,1 +0, 5,NA +0, 6,2 +0, 7,2 +0, 8,2 +0, 9,2 +0,10,2 \ No newline at end of file diff --git a/example-data/test-datasets/1traj_1missing_middle.csv b/example-data/test-datasets/1traj_1missing_middle.csv index ad9b88e39cca0bb84d53b683c4d66229f8b1421a..db80ba06cc408b54d76146b757d9447eea82526d 100644 --- a/example-data/test-datasets/1traj_1missing_middle.csv +++ b/example-data/test-datasets/1traj_1missing_middle.csv @@ -1,11 +1,11 @@ ID, Time, Meas -0,0,4 -0,1,5 -0,2,4 -0,3,4 -0,5,3 -0,6,4 -0,7,2 -0,8,5 -0,9,6 -0,10,3 \ No newline at end of file +0, 0, 1 +0, 1,1 +0, 2,1 +0, 3,1 +0, 4,1 +0, 6,2 +0, 7,2 +0, 8,2 +0, 9,2 +0,10,2 \ No newline at end of file