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
Tables with {0,1,2} independent variables are currently exported to YODA Scatter{1,2,3}D objects (respectively). Tables with more than 2 independent variables are currently skipped in the YODA export. It might be possible to use the YODA::Scatter< N > base class to export tables with more than 2 independent variables, although it currently seems to be lacking a Python implementation.
The text was updated successfully, but these errors were encountered:
Tables with {0,1,2} independent variables are currently exported to YODA
Scatter{1,2,3}D
objects (respectively). Tables with more than 2 independent variables are currently skipped in the YODA export. It might be possible to use theYODA::Scatter< N >
base class to export tables with more than 2 independent variables, although it currently seems to be lacking a Python implementation.The text was updated successfully, but these errors were encountered: