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

minor code polish, use unicode #60

Merged
merged 4 commits into from
Aug 28, 2019
Merged

minor code polish, use unicode #60

merged 4 commits into from
Aug 28, 2019

Conversation

dkarrasch
Copy link
Member

@dkarrasch dkarrasch commented Aug 25, 2019

Closes #57 (whether or not we decide to specialize boolean UniformScaling multiplication).

This PR only implements some recommendations from Julia Style Guide. I'll put the possible fix to #57 into a separate PR.

@coveralls
Copy link

coveralls commented Aug 25, 2019

Coverage Status

Coverage increased (+0.004%) to 98.667% when pulling 22c29e6 on composition into 8266129 on master.

@dkarrasch dkarrasch requested a review from Jutho August 27, 2019 08:15
@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

Merging #60 into master will decrease coverage by 0.45%.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   98.83%   98.37%   -0.46%     
==========================================
  Files           8        8              
  Lines         428      430       +2     
==========================================
  Hits          423      423              
- Misses          5        7       +2
Impacted Files Coverage Δ
src/uniformscalingmap.jl 95.65% <100%> (ø) ⬆️
src/wrappedmap.jl 100% <100%> (ø) ⬆️
src/linearcombination.jl 100% <100%> (ø) ⬆️
src/composition.jl 95.38% <87.5%> (-3.03%) ⬇️

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 8266129...22c29e6. Read the comment docs.

@dkarrasch dkarrasch changed the title composition with boolean UniformScaling, minor code polish, use unicode minor code polish, use unicode Aug 28, 2019
@dkarrasch dkarrasch merged commit 1555f56 into master Aug 28, 2019
@dkarrasch dkarrasch deleted the composition branch August 28, 2019 08:18
Copy link
Member

@JeffFessler JeffFessler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thumbs up on the UniformScaling additions!
less enthusiasm for the subscripts...

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.

Make LinearMap * I returns same LinearMap
3 participants