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

Fix repr on Base class #1049

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Fix repr on Base class #1049

merged 1 commit into from
Jun 25, 2024

Conversation

sdhiscocks
Copy link
Member

@sdhiscocks sdhiscocks commented Jun 20, 2024

Add new argument for fillvalue and indent that cause error if missing in some cases

Primarily errors were with indent that was introduced in Python 3.12

Add new argument for fillvalue and indent that cause error is missing in
some cases

Primarily errors were with indent that was introduced in Python 3.12
@sdhiscocks sdhiscocks added the bug label Jun 20, 2024
@sdhiscocks sdhiscocks requested a review from a team as a code owner June 20, 2024 07:45
@sdhiscocks sdhiscocks requested review from hpritchett-dstl and orosoman-dstl and removed request for a team June 20, 2024 07:45
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.09%. Comparing base (35ec8fd) to head (e3317f9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1049   +/-   ##
=======================================
  Coverage   94.09%   94.09%           
=======================================
  Files         204      204           
  Lines       13351    13353    +2     
  Branches     2731     2730    -1     
=======================================
+ Hits        12562    12565    +3     
  Misses        533      533           
+ Partials      256      255    -1     
Flag Coverage Δ
integration 67.36% <75.00%> (-0.06%) ⬇️
unittests 90.13% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sdhiscocks sdhiscocks merged commit e2fb2e0 into main Jun 25, 2024
10 checks passed
@sdhiscocks sdhiscocks deleted the fix_repr branch June 25, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants