myrthel
myrthel
### Environment - Pythonnet version: 3.0.2 - Python version: 3.10 - Operating System: Windows 10 - .NET Runtime: net7.0 ### Details - I was trying to import some data from...
('python=3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 ' 'bit (AMD64)]') 'os=Windows-10-10.0.19045-SP0' 'numpy=1.23.1' 'asammdf=7.3.14' # Code ## MDF version 4.10 ## Code snippet ```python mdf = MDF(path_mdf_file) databases =...
When using asammdf library, having hd5storage dependency I stumbled over an error (https://github.com/danielhrisca/asammdf/issues/122) and this code fixed it. See supported Numpy types https://numpy.org/devdocs/user/basics.types.html in section: "Relationship Between NumPy Data Types...