timeseries returns pct_change which is obsolete #27
Labels
No labels
bug
documentation
duplicate
enhancement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gertjan/bodega#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pct_changein output is obsoletechanged type from task to issue
mentioned in commit
0ae1847e08Fixed in commit
0ae1847. Removed the unused pct_change field from PriceBar model in src/models/timeseries.py. This field was never populated from the database and always returned None. The returns field already provides the actual return values.