-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A new schema and core level metric for returning edge flows. The schema level metric returns core a metric that covers the case where multiple core edges are created from a single schema edge. Includes some additional tests for picewise-link1.json. This covers the case described above.
- Loading branch information
Showing
9 changed files
with
231 additions
and
31 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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
time_start,time_end,scenario_index,metric_set,name,attribute,value | ||
2015-01-01T00:00:00,2015-01-02T00:00:00,0,edges,input1->link1,Flow,4.0 | ||
2015-01-02T00:00:00,2015-01-03T00:00:00,0,edges,input1->link1,Flow,4.0 | ||
2015-01-03T00:00:00,2015-01-04T00:00:00,0,edges,input1->link1,Flow,4.0 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
time_start,time_end,scenario_index,metric_set,name,attribute,value | ||
2015-01-01T00:00:00,2015-01-02T00:00:00,0,nodes,link1,Inflow,4.0 | ||
2015-01-02T00:00:00,2015-01-03T00:00:00,0,nodes,link1,Inflow,4.0 | ||
2015-01-03T00:00:00,2015-01-04T00:00:00,0,nodes,link1,Inflow,4.0 |
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