-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removing references to final score * Fixing linting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Improving code coverage (hopefully) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Making pretty_print a non-private method for code coverage * Fixing merge conflicts * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Undoing accidental change * Update lint.yml to use actions/checkoutv4 Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update sphinx-docs.yml to use actions/checkoutv4 Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com> * Update test.yml to use actions/checkoutv4 Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com> * Update tests.ymlto use actions/checkoutv4 Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com> * Update likelihood_attack.py Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update dependencies (#262) * update syntax for numpy>1.2 * update syntax for newer scikit-learn * update syntax for newer xgboost * update syntax for newer scikit-learn * update install dependencies * remove support for python3.8 * make DP test as approx equal * test python 3.12 * revert python 3.12 changes * update tests CI * add github action autoupdater * safemodel package installation optional * fix pylint warning * refactor tests * make common test module relative * fix pylint warnings * [pre-commit.ci] pre-commit autoupdate (#261) updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/psf/black: 24.2.0 → 24.4.0](psf/black@24.2.0...24.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Richard Preen <rpreen@gmail.com> * fix codecov reporting (#265) * fix codecov reporting * fix codecov reporting * fix codecov reporting * add new datasets (#257) * Clean up uncessary code, added back RDMP * Revert "Clean up uncessary code, added back RDMP" This reverts commit 0d179dc. * Removed texas, added back rdmp * Removing texas dataset from tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing merge conflicts * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updating tests to cover new tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removing RDMP test until the dataset can be loaded in * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: yolaj-nhs <127405111+yolaj-nhs@users.noreply.github.com> Co-authored-by: yolaj-nhs <yola.jones@nhs.scot> Co-authored-by: yolaj-nhs <127405111+yolaj-nhs@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Richard Preen <rpreen@gmail.com> --------- Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com> Signed-off-by: yolaj-nhs <127405111+yolaj-nhs@users.noreply.github.com> Co-authored-by: Jim-smith <jim-smith@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: yolaj-nhs <yola.jones@nhs.scot> Co-authored-by: albacrespi <acrespi001@dundee.ac.uk> Co-authored-by: yolaj-nhs <127405111+yolaj-nhs@users.noreply.github.com>
- Loading branch information
1 parent
a83746e
commit 7c0bcdd
Showing
57 changed files
with
641 additions
and
655 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,11 @@ | ||
--- | ||
# Dependabot configuration. | ||
|
||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
... |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Code for automatic report generation.""" | ||
|
||
import abc | ||
import json | ||
import os | ||
|
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.