Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug(nimbus): handle None in results data (#12101)
Becuase * We recently added the show results url link on the landing page * That involves checking the contents of the results data payload * In old experiments, some keys unexpected contain null/None values * The method to check did not handle this case and was raising 500 This commit * Adds a test case for null values in the results data payload * Handles the null case in the show results data method fixes #12094
- Loading branch information