Skip to content

Commit

Permalink
In 06_multiobj, trying to exit more cleanly, and using symmetric disp… (
Browse files Browse the repository at this point in the history
#1164)

* In 06_multiobj, trying to exit more cleanly, and using symmetric disparate impact. In 05_bias, minor wording tweaks.

Signed-off-by: Martin Hirzel <[email protected]>

* Trying sys.exit(0) to exit 06_multobj "successfully" during tests.

Signed-off-by: Martin Hirzel <[email protected]>

* Using if-statements to skip instead of exiting.

Signed-off-by: Martin Hirzel <[email protected]>

Signed-off-by: Martin Hirzel <[email protected]>
  • Loading branch information
hirzel authored Aug 12, 2022
1 parent a6d624b commit 357d8e1
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 952 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
python-version: 3.8
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
nbexcludes: '06_multobj.ipynb'
# nbexcludes: '06_multobj.ipynb'

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -377,17 +377,17 @@ jobs:
python-version: 3.7
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
nbexcludes: '06_multobj.ipynb'
# nbexcludes: '06_multobj.ipynb'
- dir: 'examples/kdd22'
python-version: 3.8
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
nbexcludes: '06_multobj.ipynb'
# nbexcludes: '06_multobj.ipynb'
- dir: 'examples/kdd22'
python-version: 3.9
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
nbexcludes: '06_multobj.ipynb'
# nbexcludes: '06_multobj.ipynb'

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 357d8e1

Please sign in to comment.