felipeangelimvieira / prophetverse

A multiverse of Prophet models for timeseries
https://prophetverse.com
Apache License 2.0
33 stars 3 forks source link

[FIX] Fix type hints | operator which is not compatible with Python 3.9 #80

Closed felipeangelimvieira closed 4 months ago

felipeangelimvieira commented 4 months ago

Removes "|" from type hints to avoid error raising in Python 3.9

Closes #79

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.29%. Comparing base (17d0dbb) to head (1314418).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 93.26% 93.29% +0.02% ========================================== Files 25 25 Lines 1040 1044 +4 ========================================== + Hits 970 974 +4 Misses 70 70 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.