From 7702a8d213964d9f6e7d57cb1ae6e6e1df1430bd Mon Sep 17 00:00:00 2001 From: Pat Lasswell Date: Thu, 16 May 2024 15:04:59 -0700 Subject: [PATCH] move misplaced test file to test directory --- test_param_allow_inf_nan.py => tests/test_param_allow_inf_nan.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test_param_allow_inf_nan.py => tests/test_param_allow_inf_nan.py (100%) diff --git a/test_param_allow_inf_nan.py b/tests/test_param_allow_inf_nan.py similarity index 100% rename from test_param_allow_inf_nan.py rename to tests/test_param_allow_inf_nan.py