This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch cassandra-authentication
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/cassandra-authentication by
this push:
new 8b9e167 revert
8b9e167 is described below
commit 8b9e167ef50af4783b0b7694e2be5486360a8efe
Author: Eamon Ford <[email protected]>
AuthorDate: Wed Aug 5 16:54:56 2020 -0700
revert
---
analysis/webservice/algorithms_spark/__init__.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/analysis/webservice/algorithms_spark/__init__.py
b/analysis/webservice/algorithms_spark/__init__.py
index a25c8d5..d6ed83f 100644
--- a/analysis/webservice/algorithms_spark/__init__.py
+++ b/analysis/webservice/algorithms_spark/__init__.py
@@ -20,6 +20,7 @@ import ClimMapSpark
import CorrMapSpark
import DailyDifferenceAverageSpark
import HofMoellerSpark
+import Matchup
import MaximaMinimaSpark
import NexusCalcSparkHandler
import TimeAvgMapSpark
@@ -46,6 +47,11 @@ if module_exists("pyspark"):
pass
try:
+ import Matchup
+ except ImportError:
+ pass
+
+ try:
import TimeAvgMapSpark
except ImportError:
pass