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
Not sure if this was intended behavior but, as outlined in this tweet, the percentage reported in the sorting column for a sponsor is always rounded down. For instance, University Of Chicago is at 42.9% reported but in the overall sponsor list, it is at 42% reported.
At model instance .save() time, we were calculating the value of one column
using two others.
Since the type of that column is an IntegerField but elsewhere on the site we
round to one digit after decimal, a reader complained about the inconsistency
(really that it was a floor() operation).
Instead, this is the first part of the whole fix, but someone else can
"makemigrations" to discard the db column at leisure.
Closesebmdatalab#184
Not sure if this was intended behavior but, as outlined in this tweet, the percentage reported in the sorting column for a sponsor is always rounded down. For instance, University Of Chicago is at 42.9% reported but in the overall sponsor list, it is at 42% reported.
https://twitter.com/TranspariMED/status/1101123509412089857
The text was updated successfully, but these errors were encountered: