Skip to content

Commit

Permalink
h5py 3.0 broke test
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Nov 3, 2020
1 parent 3acef97 commit c038715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-pyabcranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
)

selected = np.array(f['scenarios']) == 3
stats_ep = np.array(f['stats'][selected,:],)
params_ep = np.array(f['params'][selected,:])
stats_ep = np.array(stats_mc[selected,:])
params_ep = np.array(params_mc[selected,:])

rf_ep = pyabcranger.reftable(
np.sum(selected),
Expand Down

0 comments on commit c038715

Please sign in to comment.