Skip to content

Commit

Permalink
Uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Jan 16, 2025
1 parent 5105dab commit 32dfe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acbm/assigning/feasible_zones_primary.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
activity_chains_schema = DataFrameSchema(
{
"mode": Column(str),
# "TravDay": Column(pa.Float, Check.isin([1, 2, 3, 4, 5, 6, 7]), nullable=True),
"TravDay": Column(pa.Float, Check.isin([1, 2, 3, 4, 5, 6, 7]), nullable=True),
"tst": Column(pa.Float, Check.less_than_or_equal_to(1440), nullable=True),
"TripTotalTime": Column(pa.Float, nullable=True),
# TODO: add more columns ...
Expand Down

0 comments on commit 32dfe63

Please sign in to comment.