matanper

Results 5 comments of matanper

I'm unsure if `FeatureLabelCorrelation` is exactly what you aim for, but indeed you helped to uncover a bug in this check 😃 Code to reproduce: ``` import numpy as np...

Also same solution might be used in `Suite` to allow easier access to single check

1. Why group by status? seems to me like it's more relevant to have check as key. 2. We have multiple conditions per check, so we need to think how...

I think Yurii was the last one to change the default range logic

> An easy fix for this is to set `export PGCLIENTENCODING=utf-8` in your environment before creating the connection. An alternative which doesn't require changing the encoding globally, is setting it...