CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.11k stars 18.39k forks source link

German number of deaths #2137

Open udippel opened 4 years ago

udippel commented 4 years ago

I know, it is Easter Sunday and the time of resurrection. Though, in Germany there seems to have occurred quite a number: from 2767 on Saturday to 2736 on Sunday. Meaning 31 have risen from the grave?

dildeolupbiten commented 4 years ago

lol @udippel

Yes, I noticed the same mistake.

2020-04-12 15-26-54 ekran görüntüsü

alfkoehn commented 4 years ago

See also https://github.com/CSSEGISandData/COVID-19/issues/2126

toxyl commented 4 years ago

lol @udippel

Yes, I noticed the same mistake.

2020-04-12 15-26-54 ekran görüntüsü

I indirectly solved it by sorting the deaths array numerically because deaths can't decrease. Not too accurate, but a more accurate fix than reborn people.

dildeolupbiten commented 4 years ago

@Toxyl

But what you did is not a solution. It's obvious that that number was added by mistake.

alfkoehn commented 4 years ago

@Toxyl

Not too accurate, but a more accurate fix than reborn people.

well said^^

jcandy commented 4 years ago

There are multiple issue opened for this same problem. Correct number (I hope) is given in #2126

toxyl commented 4 years ago

But what you did is not a solution. It's obvious that that number was added by mistake.

Quoting myself:

Not too accurate, but a more accurate fix than reborn people.

Besides that I had the numeric sort in place before this happened.