Skip to content

Commit

Permalink
fix: added comparison to ensure equal size datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahCutler committed Aug 7, 2024
1 parent 29148e4 commit aa1b9f5
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 35 deletions.
73 changes: 39 additions & 34 deletions docs/sampling_algorithm.ipynb

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion tests/inputs/example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ A|2000|200
B|2000|400|1000
C|500|100|100
DELAYS #0 based indexing: "taskname|iteration|delay"
B|1|1000
B|1|9
C|4|17
B|7|5
A|10|15
B|24|100
B|35|20
A|2|50
B|6|13
A|4|7
B|8|3
C|9|81
B|13|91
C|16|31
B|19|42
A|21|14
EXPECTED #"taskname|start|end"
A|0|200
B|200|600
Expand Down

0 comments on commit aa1b9f5

Please sign in to comment.