Skip to content

QC plots ignore date range when showing guide set with many replicates#1224

Open
ankurjuneja wants to merge 2 commits into
release26.3-SNAPSHOTfrom
26.3_fb_1206
Open

QC plots ignore date range when showing guide set with many replicates#1224
ankurjuneja wants to merge 2 commits into
release26.3-SNAPSHOTfrom
26.3_fb_1206

Conversation

@ankurjuneja
Copy link
Copy Markdown
Contributor

Rationale

Related Pull Requests

Changes

@ankurjuneja ankurjuneja marked this pull request as ready for review June 4, 2026 18:07
Ext4.Object.each(this.guideSetDataMap, function(guideSetId, guideSetData) {
// for truncating out of range guideset data find first index of plotDate ending at guideset.trainingEnd
if (plotData.guideSetId === guideSetId && plotData.inGuideSetTrainingRange && guideSetData.TrainingEnd <= this.startDate) {
if (plotData.guideSetId == guideSetId && plotData.inGuideSetTrainingRange && guideSetData.TrainingEnd <= this.startDate) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the most important change that fixes the issue, one of the operands is string and other is number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant