Skip to content

EAMxx: bug in fieldwithininternal check #7384

@mahf708

Description

@mahf708

this type of logic

          if (v(i)<result.min_val) {
            result.min_val = v(i);
            result.min_loc = i;
          }
          if (v(i)>result.max_val) {
            result.max_val = v(i);
            result.max_loc = i;
          }

doesn't capture a column full of nans

fix incoming ... 🤕

Metadata

Metadata

Labels

EAMxxIssues related to EAMxxbug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions