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

Lazily convert to Unitful #181

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Lazily convert to Unitful #181

merged 1 commit into from
Dec 2, 2024

Conversation

ph-kev
Copy link
Member

@ph-kev ph-kev commented Nov 27, 2024

closes #160 - This commit makes it, so that units are only converted to an Unitful object when converting to different units.

This also helps to make it easier to use the Unitful backend for dimensions - #71

Units are only converted to an Unitful object when converting to
different units.
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.35%. Comparing base (6d2313d) to head (d269ca5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
- Coverage   98.35%   98.35%   -0.01%     
==========================================
  Files          11       11              
  Lines        1219     1215       -4     
==========================================
- Hits         1199     1195       -4     
  Misses         20       20              

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

@ph-kev ph-kev requested a review from Sbozzolo November 28, 2024 00:16
@ph-kev ph-kev merged commit e4494a8 into CliMA:main Dec 2, 2024
9 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.

Lazily convert to Unitful
2 participants