too many dependecy for EnergyHistogramData data reader #3914
Labels
bug
a bug in the project's code
component: plugin
in PIConGPU plugin
component: tools
scripts, python libs and CMake
If loading the python module
EnergyHistogramData
, shipped with picongpu, via:the module
imageio
(perhaps alsopandas
?) is required. Since this is only a data reader, no image processing library should be required. Perhaps this is a simple error in include order since the visualization module:To avoid conflicts for new users, this could be fixed -
but in my opinion has a low priority.EDIT:
The error is more severe - loading
EnergyHistogramData
loads all other modules and thus all other dependencies (not needed for this simple module) need to be installed.I would consider this a bug - I will have to cross check this against the most up to date
dev
.The text was updated successfully, but these errors were encountered: