Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Warning in get_data #118

Merged
merged 1 commit into from
Apr 12, 2022
Merged

Conversation

Andresj89
Copy link
Contributor

Fixes/Addresses/Summary/Motivation:

When performing the comparison between keywords and values in a _df_parameters the error reported in issue #87 occurred

Changes proposed in this PR:

  • I modified line 82 in get_data() as follows:
    _df_parameters[i].values -> _df_parameters[i].values.astype(str) so that both sides of the comparison had the same type

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my
contribution:

  1. I agree my contributions are submitted under the license terms described in the LICENSE.md file
    at the top level of this directory.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has
    rights to intellectual property that includes these contributions, I represent that I have
    received permission to make contributions and grant the required license on behalf of that
    employer.

@Andresj89 Andresj89 added bug Something isn't working Priority:Normal Normal Priority Issue or PR labels Apr 7, 2022
@Andresj89 Andresj89 self-assigned this Apr 7, 2022
Copy link
Contributor

@melody-shellman melody-shellman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@ksbeattie ksbeattie merged commit 555dbda into project-pareto:main Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority:Normal Normal Priority Issue or PR
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants