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

Compound units #32

Merged
merged 17 commits into from
Oct 22, 2022
Merged

Compound units #32

merged 17 commits into from
Oct 22, 2022

Conversation

ferraridamiano
Copy link
Owner

Now it is possibile to define properties that are made by other properties. E.g. Density (Mass/Volume). Only available as ratio

@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2022

Codecov Report

Base: 99.73% // Head: 99.75% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (d5551e4) compared to base (ab39014).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   99.73%   99.75%   +0.01%     
==========================================
  Files          26       28       +2     
  Lines         769      803      +34     
==========================================
+ Hits          767      801      +34     
  Misses          2        2              
Impacted Files Coverage Δ
lib/properties/numeral_systems.dart 100.00% <ø> (ø)
lib/models/double_property.dart 100.00% <100.00%> (ø)
lib/models/extension_converter.dart 100.00% <100.00%> (ø)
lib/models/ratio_property.dart 100.00% <100.00%> (ø)
lib/properties/density.dart 100.00% <100.00%> (ø)
lib/utils/utils.dart 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

commit ab39014
Author: Grey Faulkenberry, MD MPH <grey.faulkenberry@mayjuun.com>
Date:   Mon Oct 17 16:28:48 2022 -0400

    Added amount of substance and more volume and mass units (#31)

    usFluidOunces, imperialGill, usGill, usQuarts, femtoliters, picoliters, nanoliters, microliters, deciliters, centiliters, femtograms, picograms, nanograms, micrograms, decigrams, moles, millimoles, micromoles, nanomoles, picomoles, femtomoles

commit 724130d
Author: Damiano Ferrari <damianoferrari1998@gmail.com>
Date:   Sun Oct 16 16:29:03 2022 +0100

    Revert "Initial setup for compound units"

    This reverts commit 47b1c24.

commit 00406c2
Author: Damiano Ferrari <damianoferrari1998@gmail.com>
Date:   Sun Oct 16 16:28:44 2022 +0100

    Revert "Initial setup for compound units"

    This reverts commit b8ee417.

commit b8ee417
Author: Damiano Ferrari <damianoferrari1998@gmail.com>
Date:   Sun Oct 16 16:26:21 2022 +0100

    Initial setup for compound units

commit 47b1c24
Author: Damiano Ferrari <damianoferrari1998@gmail.com>
Date:   Sun Oct 16 16:26:03 2022 +0100

    Initial setup for compound units
@ferraridamiano ferraridamiano merged commit 6382514 into main Oct 22, 2022
@ferraridamiano ferraridamiano deleted the compound_units branch January 20, 2024 14:08
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