Skip to content

Commit

Permalink
Merge pull request #1 from ruiqwy/ruiqwy-patch-1
Browse files Browse the repository at this point in the history
Update test_sim_data_scalar.py
  • Loading branch information
ruiqwy authored Dec 12, 2024
2 parents f48919c + 34e3403 commit 1a7f8d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest/test_sim_data_scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ def test_sim_data_scalar():
scalar_survival_linear = sim_data_scalar(rho_G=0.25, rho_E=0.3, dim_G=500, dim_E=5, n=1500, dim_E_Sparse=2, ytype='Survival', n_inter=30)
assert scalar_survival_linear['data'] is not None
assert scalar_survival_linear['interpos'] is not None

0 comments on commit 1a7f8d6

Please sign in to comment.