Skip to content

[FutureWarning-Pandas] Boolean inputs for 'inclusive' argument #22

@Jmegan042

Description

@Jmegan042

Problem:

The Following error occurs from the utils.py function:

[current working directory]\madbyte\utils.py:469: FutureWarning: Boolean inputs to the `inclusive` argument are deprecated infavour of `both` or `neither`.
  matching = -y_df[(y_df.H_ppm.between(h-h_tol,h+h_tol,inclusive=False))

Solution:

Update this to follow the new pandas guidelines

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions