Closed orionarcher closed 2 years ago
By default, the kwargs passed to solution.run() will also be passed to the internal call to InterRDF.run(). These can still be changed with the solution.rdf_run_kwargs property.
solution.run()
InterRDF.run()
solution.rdf_run_kwargs
Addresses issue #46.
Merging #64 (9443b53) into main (9f34a1f) will increase coverage by 0.02%. The diff coverage is 100.00%.
0.02%
100.00%
Hey @hmacdope, pretty simple change here, but I think it should address issue #46!
Thanks for merging. x = y or z has become my favorite trick recently :)
x = y or z
Description
By default, the kwargs passed to
solution.run()
will also be passed to the internal call toInterRDF.run()
. These can still be changed with thesolution.rdf_run_kwargs
property.Addresses issue #46.
Todos
InterRDF.run()
Status