debiai / DebiAI

Bias detection and contextual evaluation tool for your AI projects
https://debiai.irt-systemx.fr
Apache License 2.0
19 stars 4 forks source link

[BUG] Point plot axis warning pops up for Y axis when selecting X axis #193

Closed Tomansion closed 4 months ago

Tomansion commented 5 months ago

To Reproduce Steps to reproduce the behavior:

  1. Add point plot widget
  2. Select two valid columns (with numbers for example)
  3. Select an invalid column on X -> NO ERROR MESSAGE (a message should appear)
  4. Select a valid column on Y -> ERROR MESSAGE (no message should appear)
  5. Select a valid column on X -> ERROR MESSAGE (no message should appear)

Expected behavior

  1. Add point plot widget
  2. Select two valid columns (with numbers for example)
  3. Select an invalid column on X -> ERROR MESSAGE
  4. Select a valid column on Y -> No messages
  5. Select a valid column on X -> No messages