Maximilian Schommer
Maximilian Schommer
An additional issue with this seems to be that if you whitelist a player, and a new player signs up for an account, and then you check the whitelist, the...
@googlebot I signed it!
The root cause of this issue seems to be that 'class_svg' is interpreted as the REGEX string instead of a filename, and also that there is no machinery to generate...
@Auskas answer didn't work for me initially. It turns out that it's necessary to **additionally** ensure that `index: 1` is the first parameter. If it is after `resolution` then the...
@Auskas answer didn't work for me initially. It turns out that it's necessary to **additionally** ensure that `index: 1` is the first parameter. If it is after `resolution` then the...
Hi Olaf, I understand that an additional safety word causes the _registers length to be 9 (8 CRC + 1 safety). However, accessing `_registers[CRC_NUM_REGISTERS + 1]` accesses the **10th element**,...
So line 320 in the picture is what I'm talking about. I might be misunderstanding how assigning a `{0}` works, but the access of `_registers[CRC_NUM_REGISTERS + 1]` seems out of...
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/03-Gaussians.ipynb#L1003 Here is another instance. I think in context that "precise" is meant instead of "accurate". While it is a true statement that no thermometer is perfectly accurate, the variance...
Here "precision" is used when I think "resolution" should be used. "precision" is meant to convey how tightly together readings are clustered, where "resolution" is the minimum delta that a...
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/04-One-Dimensional-Kalman-Filters.ipynb#L639 https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/04-One-Dimensional-Kalman-Filters.ipynb#L645 I think "accurate" should be replaced with "precise" in these two instances as well.