Asebian

Results 4 issues of Asebian

Hi, working through the jupyter tutorial I came across this warning. ``` ro.Analysis(s) /usr/local/lib/python3.9/dist-packages/rayopt/analysis.py:163: MatplotlibDeprecationWarning: The set_smart_bounds function was deprecated in Matplotlib 3.2 and will be removed two minor releases...

Hi, working through the jupyter tutorial I came across this warning. ``` s = ro.system_from_yaml(...) /usr/local/lib/python3.9/dist-packages/rayopt/formats.py:89: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please...

Hello, not considering myself an expert I wonder whether the definition of the Omega combinator is correct. Shouldn't it be like this? ``` Ω := MM = (λa.aa)λa.aa ``` That...

Hi, I started using pigpio recently and I am very happy with it so far. Thanks for sharing it! I am working on a stepper motor control application in C...