Open SamuelCarliles3 opened 5 months ago
This PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling pre-commit
hooks. Instructions to enable them can be found here.
You can see the details of the linting issues under the lint
job here
cython-lint
cython-lint
detected issues. Please fix them locally and push the changes. Here you can see the detected issues. Note that the installed cython-lint
version is cython-lint=0.16.2
.
Another dumb question: why is depthfirsttreebuilder need to change, but not bestfirsttreebuilder? @SamuelCarliles3
Another dumb question: why is depthfirsttreebuilder need to change, but not bestfirsttreebuilder? @SamuelCarliles3
BFTB will most certainly need to change as well, I'm just starting with DFTB, and have not yet gotten to BFTB. IIRC the update functionality had not been added to BFTB(?), and so it did not require an analogous refactor.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Includes splitter injection and adds refactor of DepthFirstTreeBuilder.build
Any other comments?