We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROOT.RDF.RunGraphs
RResultMap
RResultPtr
ROOT.RDF.[RunGraphs,VariationsFor]
SaveGraph
The text was updated successfully, but these errors were encountered:
the first part of this issue is addressed by #33 .
the second part is blocked by root-project/root#13248 which is blocked by a problem with pythonizing template functions in cppyy.
Sorry, something went wrong.
eguiraud
vepadulano
No branches or pull requests
ROOT.RDF.RunGraphs
should acceptRResultMap
s just like it acceptsRResultPtr
s, so we don't need to filterRResultPtr
s out (which is annoying to do in a way that is uniform for RDF and distRDF). Proposed fix at [DF] Make it possible to convert RResultMap to RResultHandle root#13193 .ROOT.RDF.[RunGraphs,VariationsFor]
(and ideally alsoSaveGraph
) should just work:tm: when the DistRDF equivalents of the RDF types are passed to them. Proposed fix at [DF] Allow calling RunGraphs and VariationsFor on distrdf results root#13248 .The text was updated successfully, but these errors were encountered: