r5
r5 copied to clipboard
Fix naming: `RegionAnalysis#request` is set to a `RegionalTask` not an `AnalysisRequest`
The naming of the RegionAnalysis#request
parameter can lead to some pretty serious confusion. It's set to the RegionalTask
but the RegionalTask
is created from an incoming AnalysisRequest
, which is different.