You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LPS2X class has a method initialize() the raises RuntimeError when it should probably be NotImplementedError based on the fact that it signifies that a subclass has not overridden it.
The text was updated successfully, but these errors were encountered:
The
LPS2X
class has a methodinitialize()
the raisesRuntimeError
when it should probably beNotImplementedError
based on the fact that it signifies that a subclass has not overridden it.The text was updated successfully, but these errors were encountered: