FireDynamics / fdsreader

Python reader for FDS data
GNU General Public License v3.0
44 stars 18 forks source link

Device Data Overview dict Should Contain the Unit #34

Closed TristanHehnen closed 3 years ago

TristanHehnen commented 3 years ago

When looking at the device data, i.e. fdsreader.Simulation("path").device, a dictionary is provided with an overview on the devices. It should also contain the unit for the quantity that is recorded. So basically cell 0 in the *_devc.csv for the respective device.

TristanHehnen commented 3 years ago

I see that this was already adressed in https://github.com/FireDynamics/fdsreader/issues/32

closed

lu-kas commented 3 years ago

@TristanHehnen checkout the RC (1.1.0rc1), it has already addressed this issue.

TristanHehnen commented 3 years ago

Thanks!