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

Add get_data as an export #136

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Add get_data as an export #136

merged 1 commit into from
Dec 26, 2023

Conversation

mjpieters
Copy link
Contributor

aocd.get_data() is used in the documentation so it must be part of the exported API.

I use aocd.get_data() in my notebooks but type checkers would complain about
the use of a non-exported name at this point.

`aocd.get_data()` is used in the documentation so it must be part of the exported API.
Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (40d1ef7) 91.72% compared to head (cbb20d5) 91.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #136   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          25       25           
  Lines        2706     2706           
  Branches      358      358           
=======================================
  Hits         2482     2482           
  Misses        159      159           
  Partials       65       65           

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

@wimglenn wimglenn merged commit 9a0a72f into wimglenn:main Dec 26, 2023
10 checks passed
@mjpieters mjpieters deleted the public_api branch January 5, 2024 15:44
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