Skip to content

Commit

Permalink
Update test_020_pred_census_ln.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Aug 17, 2023
1 parent aeb5d81 commit e053f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethnicolr2/tests/test_020_pred_census_ln.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
class TestCensusLn(unittest.TestCase):
def setUp(self):
names = [
{"last": "smith", "true_race": "white"},
{"last": "zhang", "true_race": "api"},
{"last": "smith", "true_race": "nh_white"},
{"last": "zhang", "true_race": "asian"},
]
self.df = pd.DataFrame(names)

Expand Down

0 comments on commit e053f8c

Please sign in to comment.