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

Implement repr to ArrayField #455

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

sandorkertesz
Copy link
Collaborator

@sandorkertesz sandorkertesz commented Sep 16, 2024

This PR implements the repr for an ArrayField. E.g. if f contains surface data:

print(f)
>>> ArrayField(2t,None,20200513,1200,0,0)

Note: this repr is GRIB specific.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.56%. Comparing base (59fc21b) to head (c179576).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #455   +/-   ##
========================================
  Coverage    90.56%   90.56%           
========================================
  Files          123      123           
  Lines         8329     8333    +4     
  Branches       701      701           
========================================
+ Hits          7543     7547    +4     
  Misses         655      655           
  Partials       131      131           

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

@sandorkertesz sandorkertesz changed the title Implement repr to ArayField Implement repr to ArrayField Sep 16, 2024
@sandorkertesz sandorkertesz merged commit fe1a294 into develop Sep 16, 2024
107 of 113 checks passed
@sandorkertesz sandorkertesz deleted the feature/array-fiedl-repr branch September 16, 2024 12:41
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.

2 participants