Skip to content

Commit

Permalink
print statement added to test for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
emilleishida authored Dec 6, 2023
1 parent b327505 commit c92b46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_science/random_forest_snia/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def rfscore_rainbow_elasticc(
>>> args += [F.col('diaObject.hostgal_snsep')]
>>> args += [F.col('diaObject.hostgal_zphot')]
>>> df = df.withColumn('pIa', rfscore_rainbow_elasticc(*args))
>>> print(df['pIa'].show())
>>> df.select('pIa').show()
>>> df.filter(df['pIa'] > 0.5).count()
80
"""
Expand Down

0 comments on commit c92b46a

Please sign in to comment.