-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
name: Bug report
about: Create a report to help us improve
title: 'Updating packages'
Describe the bug
Numpy: sumstats.py
Np.float is replaced in the newer updates.
293 events = np.sort(events.view('i8, i8, i8'), order=['f0'], axis=0).view(float) # instead of np.float
Pandas: ci_comput.py
262 pred_vals = pred_vals.append(ci_2_5, ignore_index=True)
263 pred_vals = pred_vals.append(ci_97_5, ignore_index=True)
to
262 pred_vals = pd.concat([pred_vals, ci_2_5], ignore_index=True)
263 pred_vals = pd.concat([pred_vals, ci_97_5], ignore_index=True)
Desktop (please complete the following information):
- OS Apple M2 Pro
- Python 3.8.20
Metadata
Metadata
Assignees
Labels
No labels