Skip to content

Commit 65e521d

Browse files
authored
Update funpf_test.py
1 parent 6993685 commit 65e521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest/funpf_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _check_pf_result(res):
1616

1717
def test_pf_sim_data():
1818
pf_sim = pf_sim_data(n=60, T=10, nknots=3, order=3, seed=123)
19-
assert isinstance(pf_sim, pd.DataFrame)
19+
assert isinstance(pf_sim, dict)
2020
assert pf_sim['data'].ndim == 2
2121

2222
def test_pf_bifunc_basic():

0 commit comments

Comments
 (0)