Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Dec 5, 2024
1 parent 51c235b commit a5827f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repository = "https://github.com/wearepal/EthicML"
models = [
"GitPython<4.0.0,>=3.1.20",
"cloudpickle<3.0.0,>=2.0.0",
"fairlearn==0.8.0",
"fairlearn>=0.11.0",
"gitdb2==4.0.2",
"pdm<3.0.0,>=2.4.0",
"scipy<2.0.0,>=1.7.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class PreprocessTest(NamedTuple):
name="VFAE",
num_pos=47,
),
PreprocessTest(model=Zemel(dir=TMPDIR), name="Zemel", num_pos=51),
PreprocessTest(model=Zemel(dir=TMPDIR), name="Zemel", num_pos=52),
PreprocessTest(model=Beutel(dir=TMPDIR, validation_pcnt=0.25), name="Beutel dp", num_pos=51),
PreprocessTest(
model=Beutel(dir=TMPDIR, epochs=5, fairness=FairnessType.eq_opp, validation_pcnt=0.25),
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5827f0

Please sign in to comment.