-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CFG preprocess logic (#249)
This PR refactors the CFG preprocess logic. Specifically, we have extracted the rich check effect construction out of the preprocessing logic such that it is now in its standalone file. This offers a lot better modularity for the already-enormous `assertiontree` package. Now in `BackpropAcrossFunc` function we are calling preprocess and rich-check-effect-generating functions separately.
- Loading branch information
Showing
3 changed files
with
261 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.