Open asmunds opened 1 month ago
We'll have a look.
Mesh version: Not sure how to find out (let me know if it is important)
Mostly convenient as it saves us from a bit of investigation. In Mesh Python the mesh.Connection
class has a get_version
method that you can use, see https://github.com/Volue-Public/energy-mesh-python/blob/master/src/volue/mesh/examples/connect_synchronously.py.
VersionInfo(version='2.14.2+19', name='Volue Mesh Server')
Mesh Python SDK version: 1.8.0 Mesh version: Not sure how to find out (let me know if it is important) Python version: 3.11.9 Operating System (Windows, Ubuntu, etc.): Windows
When running the following script:
I get:
If i increase
e_time
by one hour, I getwhich goes to show that there are actually no NaNs in the data at these time stamps.
This seems to me like a bug.