dead codepath
luisgarciaalanis opened this issue · 1 comments
luisgarciaalanis commented
getExperimentOrThrow() will throw if the experiment is null, no need to check for null after that call because that will never happen.
mikeproeng37 commented
This is now addressed in: #179