Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BI-2029 (Experiment Preview and Visual Progress Indicators Broken in v0.90 #357

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

davedrp
Copy link
Contributor

@davedrp davedrp commented Jan 9, 2024

Description

BI-2029 Experiment Preview and Visual Progress Indicators Broken in v0.9

In ImportExperiment.vue,the method createObservationIndexMap() was setting values in this.observationIndexMap that cause an out-of-bounds error in cellClassIfExisting. This modifies createObservationIndexMap() so that does not happen.

Dependencies

bi-api: development branch

Testing

  1. import an experiment with 2 or more observation variables.
    EXPECTED RESULT
    Experiment preview is displayed.

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code and ensured it meets the acceptance criteria of the story
  • I have create/modified unit tests to cover this change
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to documentation
  • I have run TAF: <link to TAF run>

@davedrp davedrp requested review from a team, dmeidlin and nickpalladino and removed request for a team January 9, 2024 15:07
@github-actions github-actions bot added the bug Something isn't working label Jan 9, 2024
@nickpalladino
Copy link
Member

Can you make sure this gets merged into the release/0.9 branch as well develop

@davedrp davedrp changed the base branch from develop to release/0.9 January 11, 2024 19:00
@davedrp davedrp merged commit dfb18de into release/0.9 Jan 11, 2024
1 check passed
@davedrp davedrp deleted the bug/BI-2029 branch January 11, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants