-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change RegExRemove to remove code cells with output
Previously, the RegExRemovePreprocessor treated code cells without outputs specially: they were never removed, even if they matched the RegEx. This behavior was intentional but only documented in an internal method, check_conditions, not in the docs of an external method. See Issue #1091 for discussion. This commit removes that behavior and updates the documentation of check_conditions. It further removes the test that checked for this behavior.
- Loading branch information
1 parent
aeaa214
commit fe529f6
Showing
2 changed files
with
2 additions
and
24 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