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

Only generate alphanumeric entity IDs in test #2993

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

jdangerx
Copy link
Member

Some non-printable characters seem to break Pandas groupby, which was causing the test to mis-identify which contexts were worth making assertions about.

@jdangerx jdangerx linked an issue Oct 31, 2023 that may be closed by this pull request
@zaneselvans zaneselvans self-requested a review October 31, 2023 13:42
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (548b958) 88.6% compared to head (8d45a17) 88.6%.
Report is 60 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff           @@
##             dev   #2993    +/-   ##
======================================
  Coverage   88.6%   88.6%            
======================================
  Files         91      91            
  Lines      10854   10991   +137     
======================================
+ Hits        9618    9749   +131     
- Misses      1236    1242     +6     
Files Coverage Δ
src/pudl/transform/params/ferc1.py 100.0% <ø> (ø)
src/pudl/output/ferc1.py 88.2% <69.2%> (-0.5%) ⬇️
src/pudl/transform/ferc1.py 96.7% <94.8%> (+<0.1%) ⬆️

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

@jdangerx jdangerx merged commit 47304b3 into dev Oct 31, 2023
@jdangerx jdangerx deleted the ferc-dedupe-test-fix branch October 31, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

test_filter_for_freshest_data occasionally fails
2 participants