Skip to content

Commit

Permalink
Merge pull request #16 from driftlesslabs/sharrow-fix-all
Browse files Browse the repository at this point in the history
Update Targets
  • Loading branch information
jpn-- authored May 22, 2024
2 parents 4522b88 + ec84065 commit fe20816
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 fe20816

Please sign in to comment.