From a27718e5494c8a63240ac8460ac5f134ae73e526 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Mon, 6 May 2024 20:51:27 -0400 Subject: [PATCH] double check --- data/raw/f_647_xiaoheng.py | 1 + 1 file changed, 1 insertion(+) diff --git a/data/raw/f_647_xiaoheng.py b/data/raw/f_647_xiaoheng.py index dd2dbd96..693aeda8 100644 --- a/data/raw/f_647_xiaoheng.py +++ b/data/raw/f_647_xiaoheng.py @@ -65,5 +65,6 @@ def test_5(self): input_data = [0, 0, 0, 0, 0] expected_output = np.array([0., 0., 0., 0., 0.]) np.testing.assert_array_almost_equal(f_647(input_data), expected_output, decimal=2) + if __name__ == "__main__": run_tests() \ No newline at end of file