Skip to content

Observation positional data filtered out when combining with responses #12631

@oyvindeide

Description

@oyvindeide

In

def get_observations_and_responses(
we filter out the location data from the resulting dataframe, meaning that the locations is not available to the update algorithm. In the data loaded from: In , we have the positional data, but it is since filtered out.

We should include it so that the update algorithm also has access to it, to reproduce:

Modify the snake oil observation config to only have:

SUMMARY_OBSERVATION WOPR_OP1_9
{
    VALUE   = 0.1;
    ERROR   = 0.05;
    DATE    = 2010-03-31;  -- (RESTART = 9)
    KEY     = WOPR:OP1;
    LOCATION_X = 50;
    LOCATION_Y = 50;
    LOCATION_RANGE = 2;
};

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions