Skip to content

Commit

Permalink
extend pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimmension committed Dec 22, 2023
1 parent bd31e7f commit dcbaf7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hw2/test_hw2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
cnst.AGE_MEDIAN: 80.5,
cnst.LESS_TWO_DAYS: ZEROS,
cnst.LESS_WEEK: ZEROS,
cnst.LESS_MONTH: '50.0%',
cnst.LESS_HALFYEAR: ZEROS,
cnst.LESS_MONTH: '0.0%',
cnst.LESS_HALFYEAR: '50.0%',
cnst.MORE_HALFYEAR: '50.0%',
}),
('tests/normal2.json', {
Expand All @@ -28,9 +28,9 @@
cnst.AGE_AVERAGE: 45.0,
cnst.AGE_MEDIAN: 38.5,
cnst.LESS_TWO_DAYS: ZEROS,
cnst.LESS_WEEK: '16.67%',
cnst.LESS_WEEK: '0.0%',
cnst.LESS_MONTH: '16.67%',
cnst.LESS_HALFYEAR: '33.33%',
cnst.LESS_HALFYEAR: '50.0%',
cnst.MORE_HALFYEAR: '33.33%',
}),
)
Expand Down

0 comments on commit dcbaf7a

Please sign in to comment.