You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option like no_multi_dim that switches off export of Scatter3D objects (and possibly higher dimensions, see #47) and instead writes multiple Scatter2D objects, one for each independent variable. This was the behaviour of the YODA exporter in the old HepData site and it still makes sense for some tables.
Since a Scatter3D object would still be preferred for covariance matrices, the code could check the description for 'covariance', 'correlation' or 'matrix' and still write a Scatter3D object in these cases even if the no_multi_dim option is set. See https://gitlab.com/hepcedar/rivet/-/issues/318 .
The text was updated successfully, but these errors were encountered:
Add an option like
no_multi_dim
that switches off export ofScatter3D
objects (and possibly higher dimensions, see #47) and instead writes multipleScatter2D
objects, one for each independent variable. This was the behaviour of the YODA exporter in the old HepData site and it still makes sense for some tables.Since a
Scatter3D
object would still be preferred for covariance matrices, the code could check the description for 'covariance', 'correlation' or 'matrix' and still write aScatter3D
object in these cases even if theno_multi_dim
option is set. See https://gitlab.com/hepcedar/rivet/-/issues/318 .The text was updated successfully, but these errors were encountered: