mootw / steam-deck-calculator

MIT License
31 stars 13 forks source link

moo's model can estimate dates 2 weeks outside of correct quarter #11

Open leo60228 opened 2 years ago

leo60228 commented 2 years ago

I have a 64GB Q1 US order with rtReserveTime: 1626456117. moo's model predicts April 11, which would be the second batch of Q2 emails. I could see the model predicting the first batch of Q2 emails (though it should probably be rounded to March 28), but this is far enough outside of Valve's timeline that I feel like there might be a bug.

raistian77 commented 2 years ago

I have the same issue, the moo(v2) model predicts a date of April 11 for a reserve time of 1626456187 (64G US) and a Q1 order availability which would be in Q2.

mootw commented 2 years ago

Model is quarter agnostic by design. On the site you can open the console and run test_moo_model() and you can see 64GB US Q1 can be off by -17 days. All of the other regions and models are within 14 days and "pass".

I don't believe it is a specific bug. However, if you find something I can look at fixing it.