forked from asu-trans-ai-lab/grid2demand
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev opt dataclass - add agent time periods (#3)
* v1.0.0a3 fix bugs * add time periods in agent generation --------- Co-authored-by: xyluo25 <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "grid2demand" | ||
version = "1.0.0a2" | ||
version = "1.0.0a3" | ||
description = "A tool for generating zone-to-zone travel demand based on grid cells or TAZs and gravity model" | ||
authors = [ | ||
{name = "Xiangyong Luo", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
setuptools.setup( | ||
name="grid2demand", # Replace with your own username | ||
version="1.0.0a2", | ||
version="1.0.0a3", | ||
author="Xiangyong Luo, Dr.Xuesong (Simon) Zhou", | ||
author_email="[email protected], [email protected]", | ||
description="A tool for generating zone-to-zone travel demand based on grid cells or TAZs and gravity model", | ||
|