Skip to content

Bug in trading pivot #332

Description

@dt-woods

Looking into the empty consumption mix for Homestead in #325, I came across a strange misalignment with data frames during the trading, specifically in _make_trade_pivot where two groupby data frames were concatenated side-by-side under the assumption that the rows matched. Turns out that was not the case (it was for the first five records, and the last five records, but the ones in the middle were definitely different).

To be replaced with a proper merge.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugin v3Issues marked for inclusion in version 3 release (previously v2.1)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions