Skip to content

Commit

Permalink
Upgrading timely-beliefs fixes a problem that can occur with resampli…
Browse files Browse the repository at this point in the history
…ng, when an event resolution of "H" should be interpreted as "1H" but isn't. This was fixed in SeitaBV/timely-beliefs#100.

Upgrade timely-beliefs dependency (#406)

Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Mar 29, 2022
1 parent 6d55a86 commit a7d74c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/app.in
Expand Up @@ -31,7 +31,7 @@ tldextract
pyomo>=5.6
tabulate
timetomodel>=0.7.1
timely-beliefs>=1.11.2
timely-beliefs>=1.11.5
python-dotenv
# a backport, not needed in Python3.8
importlib_metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/app.txt
Expand Up @@ -352,7 +352,7 @@ tabulate==0.8.9
# via -r requirements/app.in
threadpoolctl==3.1.0
# via scikit-learn
timely-beliefs==1.11.2
timely-beliefs==1.11.5
# via -r requirements/app.in
timetomodel==0.7.1
# via -r requirements/app.in
Expand Down

0 comments on commit a7d74c0

Please sign in to comment.