Skip to content

update code to work with numpy >= 2.0 #10

@TomMonks

Description

@TomMonks

np.Inf alias for np.inf has been removed.

In TreatmentCentreModel

            # set to a large number so that at least 1 sample taken!
            u = np.Inf

needs to be

            # set to a large number so that at least 1 sample taken!
            u = np.inf

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