Skip to content

address some issues raised concerning half power exponents for meter - #464

Merged
phlptp merged 40 commits into
mainfrom
half_power_exponents
Sep 5, 2026
Merged

address some issues raised concerning half power exponents for meter#464
phlptp merged 40 commits into
mainfrom
half_power_exponents

Conversation

@phlptp

@phlptp phlptp commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Fixes #462

Adds processing for exponents in parenthesis and some other valid decimals as long as they can be defined in the library. and produce errors on others that can't instead of dropping back to multiplication

@codecov

codecov Bot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.42268% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.79%. Comparing base (1d5e628) to head (d268b15).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #464      +/-   ##
===========================================
- Coverage   100.00%   99.79%   -0.21%     
===========================================
  Files            9        9              
  Lines         5207     5362     +155     
  Branches      1007     1029      +22     
===========================================
+ Hits          5207     5351     +144     
- Misses           0       11      +11     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phlptp
phlptp force-pushed the half_power_exponents branch from 6e4aed3 to 06b9bd7 Compare August 31, 2026 12:05
@phlptp
phlptp force-pushed the half_power_exponents branch from c814acd to 8f774a1 Compare September 3, 2026 13:11
@phlptp
phlptp merged commit 22550ff into main Sep 5, 2026
63 of 65 checks passed
@phlptp
phlptp deleted the half_power_exponents branch September 5, 2026 20:16
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.

Exponents are parsed by leading digits only: m^0.5, m^(2.5), m^2e3 silently yield wrong units

1 participant