Skip to content

Commit

Permalink
Add test for state names (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 31, 2022
1 parent 0387890 commit ef5635b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ def test_for_column_fidelitiy_from_score(tiles_df, final_score_df):

def test_for_state_names(tiles_df):
states = tiles_df.SF.value_counts(dropna=False).index
breakpoint()
assert False
assert np.nan not in states
assert states.all()

0 comments on commit ef5635b

Please sign in to comment.