Skip to content

Conversation

@DocOtak
Copy link
Member

@DocOtak DocOtak commented Oct 3, 2025

Adds a change_params() function that can change the parameter identity of variables without changing the underlying data. This is the rough equivalent of changing column labels in a CSV file without changing the data, which can occur in cases where the column is mislabeled or when a more specific parameter should be used. This would also be used to change units of the same "parameter".

Closes #54

@coveralls
Copy link

Pull Request Test Coverage Report for Build 19259070715

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 29 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.4%) to 87.912%

Files with Coverage Reduction New Missed Lines %
cchdo/hydro/tests/test_accessors.py 1 97.54%
cchdo/hydro/core.py 28 87.39%
Totals Coverage Status
Change from base Build 19259050274: -0.4%
Covered Lines: 2371
Relevant Lines: 2697

💛 - Coveralls

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.

Change variable "identity" method needed

3 participants