From da5ae223468ef09ed849d69844db6d5820acf74a Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 12 May 2025 20:55:18 +0000 Subject: [PATCH] rename fitler --- corrlib/find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corrlib/find.py b/corrlib/find.py index 88aa410..a1b25f9 100644 --- a/corrlib/find.py +++ b/corrlib/find.py @@ -55,7 +55,7 @@ def _db_lookup(db, ensemble, correlator_name,code, project=None, parameters=Non return results -def filter_results(results, **kwargs): +def sfcf_filter(results, **kwargs): drops = [] for ind in range(len(results)): result = results.iloc[ind]