om-hb

Results 3 comments of om-hb

I had the same issue! Some googling lead me to this comment here [https://github.com/hsolbrig/PyShEx/issues/17#issuecomment-427557545](url). Changing ``` from typing import Dict,GenericMeta,Match ``` to ``` from typing import Dict,Match try: from typing...

Hi, for me, changing `sys.setcheckinterval(0xfff)` to `sys.setswitchinterval(0xfff)` in **ZebraTrace-master\src\zebratrace\geom\funcplotter2.py** fix the issue (at first glance at least).

One quick fix I found is to comment out the _clear_ method in _MD_Cubo_4x4_ICS595.h_, so that the standard _clear_ method defined in _MD_Cubo.cpp_ is used.