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

Bug fix for parameter i/o and checks #136

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

KMarkert
Copy link

@KMarkert KMarkert commented Apr 2, 2021

This pull request fixes a few bugs that were occurring with parsing/checking routing information or writing data out. Specific changes:

  • rvic/parameters.py: updated pour point parsing to use pandas v1+ API
  • setup.py: added pandas v1+ as dependency
  • rvic/core/utilities.py: fixed bug trying to access .max() method on scalar floats
  • rvic/core/utilities.py: squeezed output char_names when writing to file

Tests were run on the samples/configs/rvic.parameters.rasm.cfg using rvic parameter and samples/configs/rvic.convolution.rasm.cfg using rvic convolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant