Skip to content

Updating packages #10

@marinamilad96

Description

@marinamilad96

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions