toolsforexperiments / plottr

A flexible plotting and data analysis tool.
https://github.com/toolsforexperiments/plottr
MIT License
46 stars 55 forks source link

Generate UUID only once per DDH5Writer #371

Closed yoshi74ls181 closed 1 year ago

yoshi74ls181 commented 1 year ago

Currently, DDH5Writer.data_folder() returns a different path every time it is called because the UUID is re-generated each time. With this bugfix, the UUID is generated only once when a DDH5Writer is instantiated.

yoshi74ls181 commented 1 year ago

Thanks!