Skip to content

Commit 1bfa773

Browse files
committed
change default to compact
1 parent d551c22 commit 1bfa773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activitysim/core/estimation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class EstimationConfig(PydanticReadable):
7676
if you do not care about the estimation output for all models.
7777
"""
7878
EDB_FILETYPE: Literal["csv", "parquet", "pkl"] = "csv"
79-
EDB_ALTS_FILE_FORMAT: Literal["verbose", "compact"] = "verbose"
79+
EDB_ALTS_FILE_FORMAT: Literal["verbose", "compact"] = "compact"
8080
"""Format of the alternatives table in the estimation data bundle.
8181
8282
verbose: every possible alternative is listed in the table

0 commit comments

Comments
 (0)