Skip to content

Commit

Permalink
double check
Browse files Browse the repository at this point in the history
  • Loading branch information
2019ChenGong committed May 7, 2024
1 parent 6d9f890 commit a27718e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/raw/f_647_xiaoheng.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit a27718e

Please sign in to comment.