Closed Abe404 closed 1 year ago
Not every dataset is inside the datasets folder directly i.e datasets/some_dataset
Sometimes users structure their files like so: datasets/topic_of_interest/specific_dataset
RootPainter should handle this. It currently only stores the name of the dataset in the project and not the full path to the dataset.
This is now addressed with: https://github.com/Abe404/root_painter/commit/3b5bea5a88e5b21dc0e982733ac14295f870176e
I will close this issue once it has been tested on windows and is available in a new release.
Available in https://github.com/Abe404/root_painter/releases/tag/0.2.21
Not every dataset is inside the datasets folder directly i.e datasets/some_dataset
Sometimes users structure their files like so: datasets/topic_of_interest/specific_dataset
RootPainter should handle this. It currently only stores the name of the dataset in the project and not the full path to the dataset.