You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BBMRI Sample Locator is unresponsive when results are coming in due to how stratifier and stratum are looked up in getAggregatedPopulationForStratumCode. This should be made more efficient with hash maps.
The text was updated successfully, but these errors were encountered:
Also, you might want Lens to get results in the same format regardless of the type of the store (especially when querying different types of stores at the same time, in order to not get many formats and have to add their differently formatted strata up).
If you decide on handling the Prism format I will extract the converter from MeasureReport to a separate Rust library to use in Focus as well.
Tagging @TKussel for a second (third, fourth) opinion.
The BBMRI Sample Locator is unresponsive when results are coming in due to how stratifier and stratum are looked up in
getAggregatedPopulationForStratumCode
. This should be made more efficient with hash maps.The text was updated successfully, but these errors were encountered: