Skip to content

Editor sometimes display "received too many columns" warnings #333

Description

@gdementen

Especially frequent during compare(). Even though the issue is harmless, it confuses users.

>>> compare(arr1, arr2)
WARNING: received too many columns (4 > 2)!
WARNING: received too many columns (4 > 2)!

There are two distinct issues here:

  • that warning should go to the logger (which is/should not be visible to end users) instead of using print(). Priority very high.
  • there is an underlying issue in at least compare() (and possibly elsewhere) which is causing this unexpected column number.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions