Sola85

Results 10 comments of Sola85

Would it make sense to add a np.round before the np.unique call? Then the user could specify the accuracy needed for two eigenvalues to be considered distinct.

Also facing this issue. Switching back to v0.1.20 seems to fix the issues for now.

So far, I havn't seen the erroneous error message again. The "doesn't do anything"-aspect is repeatable for me though. > Could you share debug logs from the browser's Web Developer...

> Did you find out what prevents the sensor from being decoded when the battery bit is unset? I'll try to figure this out next.

I'm currently guessing that the issue is [this check](https://github.com/merbanan/rtl_433/blob/master/src/devices/acurite.c#L1634) in the Acurite decoder. Both Technoline and Acurite sensors seem to send 33 bits, which get rounded up to 4 bytes....

Yup, I still need to build rtl_433 first and try out the fix (so far I only looked at code and data). Then I'll submit a PR. "Fix" here would...

@AkaBoing Thanks for confirming my observations. I have since compiled rtl_433 and confirmed that the sensor gets correctly decoded with unset battery bit if I remove the check on the...

Do I see correctly that this would create new function definitions depending on the type of the arguments? I.e. ``` rz(1) q[0]; rz(1.1) q[0]; ``` would result in two definitions...

Thanks for the response! I'm affiliated with an upcoming quantum hardware provider and we are currently investigating which user-facing languages we want to support for our hardware QIR runtime. Catalyst...