Skip to content

Commit

Permalink
Added species to worker's STATE.explore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Mar 7, 2024
1 parent ab98c8a commit 88ea112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class State {
this.filters = { active: false, highPassFrequency: 0, lowShelfFrequency: 0, lowShelfAttenuation: 0, SNR: 0, sendToModel: false },
this.detect = { nocmig: false, contextAware: false, confidence: 450 },
this.chart = { range: { start: undefined, end: undefined }, species: undefined },
this.explore = { range: { start: undefined, end: undefined } },
this.explore = { species: undefined, range: { start: undefined, end: undefined } },
this.model = undefined,
this.predictionCount = 0,
this.topRankin = 1,
Expand Down

0 comments on commit 88ea112

Please sign in to comment.