Skip to content

Commit

Permalink
5khz and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Feb 4, 2024
1 parent 41b532a commit 8996294
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ profile_t prom_r9_rna_prof = {
};
profile_t prom_r10_dna_prof = {
.digitisation = 2048,
.sample_rate = 4000,
.sample_rate = 5000,
.bps = 400,
.range = 281.345551,
.offset_mean=-127.5655735,
Expand All @@ -77,7 +77,7 @@ profile_t prom_r10_dna_prof = {
};
profile_t minion_r10_dna_prof = {
.digitisation = 8192,
.sample_rate = 4000,
.sample_rate = 5000,
.bps = 400,
.range = 1536.598389,
.offset_mean=13.380569389019,
Expand Down
4 changes: 2 additions & 2 deletions test/dna_r10_paf-ref.exp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/dna_r10_paf.exp

Large diffs are not rendered by default.

0 comments on commit 8996294

Please sign in to comment.