Closed mrosendin closed 6 years ago
This occurs because when BTC is not included, it is not present in the dataframe passed to the hypothetical Bitcoin portfolio. A separate queryset can be created and passed to the Bitcoin portfolio instead of the user portfolio queryset.
BTC
Fixed in https://github.com/polyledger/polyledger/commit/0a0c2095099f2ffe435e4f90863f2ae402688130
Description
This occurs because when
BTC
is not included, it is not present in the dataframe passed to the hypothetical Bitcoin portfolio. A separate queryset can be created and passed to the Bitcoin portfolio instead of the user portfolio queryset.