Pol Welter

Results 2 issues of Pol Welter

I just needed to replace a diode (C95872 by C412437) because JLC went out of stock on the former. I now see that the new diode is incorrectly rotated, although...

Consider this: ```python >>> a = [(1.20000000000001,)] >>> b = [(1.2,)] >>> a == pytest.approx(b) False ``` On the other hand: ```python >>> a[0] == pytest.approx(b[0]) True ``` So I...

topic: approx