Skip to content

Commit

Permalink
More tweaks to the tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Aug 4, 2024
1 parent 563be4a commit dd437ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions doc/plot_tracked_partitions.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/buoy_data_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,15 @@ fn track_partitioned_swell_components() {

let swell_data = swell_data.unwrap();
let mut swell_components = swell_data.filtered_components();
swell_components.truncate(5);
swell_components.truncate(3);
let time = record.date;
(time, swell_components)
})
.collect::<Vec<_>>();

let tracked = track_partitions(
&inputs,
20.0,
30.0,
1e6,
);

Expand Down

0 comments on commit dd437ab

Please sign in to comment.