Skip to content

ecorr error #82

@kelsie137

Description

@kelsie137

In line 2092,

flags = numpy.where(self.flagvals(ecorr.flag)[mask]==ecorr.flagval, self.flagvals(ecorr.flag), '')

is incorrect and causes an np error for models with ecorr values.

It should be replaced by

flags = numpy.where(self.flagvals(ecorr.flag)[mask]==ecorr.flagval, self.flagvals(ecorr.flag)[mask], '')

which will fix this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions