SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
34 stars 6 forks source link

More user friendly conversions #44

Closed Flix6x closed 3 years ago

Flix6x commented 3 years ago

Mostly reindexing from belief_time to belief_horizon, but also getting rid of future warning and one bug fix where selecting the most recent belief can result in selecting a NaN belief, which isn't the one we want to select.

I still have 1 test (test_crps) to fix.

Flix6x commented 3 years ago

Get rid of future_warning

Flix6x commented 3 years ago

Convert belief timing index level in more places