Skip to content

Commit

Permalink
update targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed May 22, 2024
1 parent 4522b88 commit ec84065
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/test_sandag_abm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def regress(out_dir: Path, regress_dir: Path = None, filename="final_trips.csv")
# column order may not match, so fix it before checking
final_df = final_df[regress_df.columns]

pdt.assert_frame_equal(final_df, regress_df)
pdt.assert_frame_equal(final_df, regress_df, check_dtype=False, check_like=True)


EXPECTED_MODELS = [
Expand Down

0 comments on commit ec84065

Please sign in to comment.