We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d551c22 commit 1bfa773Copy full SHA for 1bfa773
activitysim/core/estimation.py
@@ -76,7 +76,7 @@ class EstimationConfig(PydanticReadable):
76
if you do not care about the estimation output for all models.
77
"""
78
EDB_FILETYPE: Literal["csv", "parquet", "pkl"] = "csv"
79
- EDB_ALTS_FILE_FORMAT: Literal["verbose", "compact"] = "verbose"
+ EDB_ALTS_FILE_FORMAT: Literal["verbose", "compact"] = "compact"
80
"""Format of the alternatives table in the estimation data bundle.
81
82
verbose: every possible alternative is listed in the table
0 commit comments