-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GTC-2889 Remove code in FCD related to geometry diffs and intermediat…
…e results We've been ignoring geometry diffs (location id == -2) for a long time, and we never pass in any intermediate results. By removing this code, we avoid computing the centroid of each location geometry, inserting it into the feature id, then removing it from the feature id without having used it at all. Move the only remaining code from combineGridResults() into the main function. Also, we had a duplicate call to data.withUpdatedCommodityRisk() in combineGridResults(), so got rid of that (already called data.withUpdatedCommodityRisk() in main analysis code above). The test change was just a change in order of categories within a single result, which is no actual change of the results.
- Loading branch information
Showing
4 changed files
with
9 additions
and
114 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
Oops, something went wrong.