-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: sbc and tarp with batched sampling (#1196)
* refactor: sbc * refactor: tarp and tests. * refactor: diagnostics tutorial with tarp. * use batched sampling when possible * refactor sbc test * refactor tarp tests * move diagnostic_utils to utils; refactoring * remove seeding of reference generation * fix renaming
- Loading branch information
Showing
7 changed files
with
645 additions
and
726 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
from sbi.diagnostics.sbc import check_sbc, get_nltp, run_sbc | ||
from sbi.diagnostics.tarp import check_tarp, run_tarp |
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.