We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6993685 commit 65e521dCopy full SHA for 65e521d
pytest/funpf_test.py
@@ -16,7 +16,7 @@ def _check_pf_result(res):
16
17
def test_pf_sim_data():
18
pf_sim = pf_sim_data(n=60, T=10, nknots=3, order=3, seed=123)
19
- assert isinstance(pf_sim, pd.DataFrame)
+ assert isinstance(pf_sim, dict)
20
assert pf_sim['data'].ndim == 2
21
22
def test_pf_bifunc_basic():
0 commit comments