Daniel Hrisca
Daniel Hrisca
Some of the numpy scalar types were missing. This resulted in error messages such as the following ``` File "D:\TMP\myapp_venv_3.9\lib\site-packages\hdf5storage\__init__.py", line 1676, in savemat writes(mdict=mdict, filename=file_name, File "D:\TMP\myapp_venv_3.9\lib\site-packages\hdf5storage\__init__.py", line 1316,...
The ``__main__`` guarded code was calling a function defined above in the module, and for some reason this was leading to the MSVC compiler exiting with code -2 (using the...
I'm using pyqtlet2 to display information from automotive measurement files (MDF). This error (https://github.com/danielhrisca/asammdf/issues/751) was raised and I don't know what could be the cause. Can you spare some time...
### Short description I use a custom implementation [found here](https://github.com/danielhrisca/asammdf/blob/1e7ac3c2f4e9e4c751c2ea2f79a2f04afbb0f311/asammdf/gui/widgets/cursor.py#L7) that has the following differences compared to a plain InfinteLine: 1. the line color does not change when the mouse...
# First issue The following computation method is not parsed correctly ``` 0 0 no trailer detected 1 1 trailer detected TrailerPresence 0 0 0 1 1 ``` `canmatrix` loads...
I think that the way `MAX_DLC_REQUIRED` is handled for CAN-FD should be revised. In the current implementation this is automatically set to True for CAN-FD (see https://github.com/christoph2/pyxcp/blob/60a38cbea0b1335d205d1655a4c594fcc424557b/pyxcp/transport/can.py#L316) `SRS_Can_01160` does not...
Hello all, do you have comparison benchmarks against https://github.com/intel/isa-l ?
### Describe the bug I setup several buses on a VX1135 device  Each bus is being handled in a dedicated Python process. I am able to start...
Very nice widget! Thank you!
### Short description As suggested in #1359 I open this issue. In [this custom plot widget](https://github.com/danielhrisca/asammdf/blob/master/asammdf/gui/widgets/plot.py#L1490) each curve is added to a dedicated ViewBox, and all the ViewBoxes are X-linked....