This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch SDAP-268 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 47ce3e9fa01bfbe9dc6b42632df235d3ddca04ec Author: Eamon Ford <[email protected]> AuthorDate: Mon Jul 27 16:38:23 2020 -0700 fix bad argument order --- analysis/webservice/algorithms_spark/HofMoellerSpark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/webservice/algorithms_spark/HofMoellerSpark.py b/analysis/webservice/algorithms_spark/HofMoellerSpark.py index 6616ae2..7c3041a 100644 --- a/analysis/webservice/algorithms_spark/HofMoellerSpark.py +++ b/analysis/webservice/algorithms_spark/HofMoellerSpark.py @@ -413,8 +413,8 @@ class LongitudeTimeHoffMoellerSparkHandlerImpl(BaseHoffMoellerSparkHandlerImpl): results = spark_driver(self._sc, self._latlon, - nexus_tiles_spark, self._tile_service_factory, + nexus_tiles_spark, metrics_record.record_metrics) results = filter(None, results)
