-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct mkdocs warnings, and a few pyright errors
Reduce pyright errors from ~325 to 290. - Fix docstring indentation to correct Mkdocs (Griffe) warnings. - Fix broken mkdocstrings crossrefs in example notebooks. - Rename `spec` to `stage` in `AbstractStagedModel.__call__`. - Add `ModelStageCallable` and `OtherStageCallable` protocols `ModelStage.callable`. - Get rid of `in_where` properties that override `in_where` field of `AbstractIntervenor`. Pyright doesn't like this. - Correct a few small typing issues. - Improve type handling in `_convert_feedback_spec` - Add `property` decorator in a couple of places it's missing - Fix `Mapping` annotations lacking two arguments
- Loading branch information
Showing
30 changed files
with
343 additions
and
335 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Migrate code style to Black | ||
b473e1b077050ac7ca4961231c17e9eeedb72999 |
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
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
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.