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

Update pandas_utils.py for column names with line breaks #97

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

mdeegen
Copy link
Contributor

@mdeegen mdeegen commented Feb 28, 2024

in is_valid_variable_name because of exception when column name included a new line

in is_valid_variable_name because of exception when column name included a new line
@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 65.53%. Comparing base (ffb777c) to head (54132b2).

Files Patch % Lines
paderbox/utils/pandas_utils.py 66.66% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   65.52%   65.53%   +0.01%     
==========================================
  Files          81       81              
  Lines        5494     5496       +2     
==========================================
+ Hits         3600     3602       +2     
  Misses       1894     1894              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@boeddeker
Copy link
Member

Can you extend the doctest for non-valid variable names to reflect test this bugfix?

@boeddeker boeddeker merged commit 1cb98d6 into fgnt:master Feb 28, 2024
5 checks passed
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.

3 participants