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 BaseDimensions for TemperatureDelta & tests for operators #840

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

lipchev
Copy link
Collaborator

@lipchev lipchev commented Sep 21, 2020

  • Added tests for the multiplication and division operators of all quantities: testing for a mismatch between the dimensions of the operands and the result
  • Operators marked as obsolete are skipped (e.g. Density / Mass )
  • Added the missing BaseDimensions for TemperatureDelta (being the only unit failing the tests) - fixes Temperature delta base dimensions? #777

- Added tests for the multiplication and division operators of all quantities: testing for a mismatch between the dimensions of the operands and the result
- Operators marked as obsolete are skipped (e.g. Density / Mass )
- Added the missing BaseDimensions for TemperatureDelta (being the only unit failing the tests)
@codecov-commenter
Copy link

Codecov Report

Merging #840 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #840   +/-   ##
=======================================
  Coverage   80.54%   80.54%           
=======================================
  Files         281      281           
  Lines       41925    41925           
=======================================
  Hits        33770    33770           
  Misses       8155     8155           
Impacted Files Coverage Δ
...Net/GeneratedCode/Quantities/TemperatureDelta.g.cs 76.96% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca373f7...3868366. Read the comment docs.

@angularsen angularsen merged commit f3c61d3 into angularsen:master Sep 21, 2020
@angularsen
Copy link
Owner

Awesome!

@angularsen
Copy link
Owner

@lipchev lipchev deleted the TestOperatorsDimension branch April 27, 2021 16: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.

Temperature delta base dimensions?
3 participants