We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709849b commit 3f21641Copy full SHA for 3f21641
assets/spark_ztf_transfer.py
@@ -21,7 +21,7 @@
21
from pyspark.sql.functions import pandas_udf, PandasUDFType
22
from pyspark.sql.types import StringType
23
24
-from fink_filters.classification import extract_fink_classification
+from fink_filters.ztf.classification import extract_fink_classification
25
from fink_utils.spark import schema_converter
26
from fink_utils.spark.utils import concat_col
27
from pyspark.sql import functions as F
requirements.txt
@@ -51,7 +51,7 @@ docopt==0.6.2
51
docutils==0.21.2
52
executing==2.1.0
53
faust-cchardet==2.1.19
54
-fink-filters==3.40
+fink-filters==6.0
55
fink-spins==0.3.8
56
fink-utils==0.29.16
57
finufft==2.3.1
0 commit comments