Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

BrianGun/issue367 #374

Merged
merged 4 commits into from
Feb 25, 2022
Merged

BrianGun/issue367 #374

merged 4 commits into from
Feb 25, 2022

Conversation

BrianGun
Copy link
Contributor

@BrianGun BrianGun commented Feb 24, 2022

Pull Request Template

Description

system_properties function automatically calculated eyebox subdivisions but there are times when the user wants to override this. the code has been rewritten so user can specify eyebox subdivisions.

Fixes # (367)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

ran unit tests

Checklist:

  • [ x] My code follows the style guidelines of this project
  • [x ] I have performed a self-review of my own code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [ x] I have made corresponding changes to the documentation
  • [ x] My changes generate no new warnings
  • [ x] I have added tests that prove my fix is effective or that my feature works
  • [ x] New and existing unit tests pass locally with my changes
  • [x ] Any dependent changes have been merged and published in downstream modules
  • [ x] I have checked my code and corrected any misspellings

BrianGun and others added 4 commits February 8, 2022 16:25
… than computed by choosecluster

Fixes #367

removed redundant arguments from pixel_redundancy. Also removed call to choose_cluster in pixel_redundancy.
removed default clusterproperties argument assignment from lensletangles
@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2022

Codecov Report

Merging #374 (558017a) into main (c386906) will increase coverage by 0.37%.
The diff coverage is 52.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #374      +/-   ##
==========================================
+ Coverage   54.17%   54.54%   +0.37%     
==========================================
  Files          81       81              
  Lines        8083     7786     -297     
==========================================
- Hits         4379     4247     -132     
+ Misses       3704     3539     -165     
Impacted Files Coverage Δ
src/RepeatingStructures/Multilens/Example.jl 0.00% <0.00%> (ø)
...RepeatingStructures/Multilens/LensletAssignment.jl 0.00% <0.00%> (ø)
src/RepeatingStructures/Multilens/Analysis.jl 66.42% <75.00%> (-0.47%) ⬇️
src/RepeatingStructures/HexagonalLattice.jl 66.19% <0.00%> (-2.64%) ⬇️
src/Geometry/Primitives/Curves/BSpline.jl 66.66% <0.00%> (-1.61%) ⬇️
src/Geometry/CSG/Intersection.jl 49.29% <0.00%> (-1.41%) ⬇️
src/OpticSim.jl 87.50% <0.00%> (-1.39%) ⬇️
src/Geometry/Transform.jl 55.34% <0.00%> (-0.83%) ⬇️
src/Geometry/CSG/CSG.jl 83.76% <0.00%> (-0.83%) ⬇️
src/Geometry/Primitives/AsphericSurface.jl 59.39% <0.00%> (-0.73%) ⬇️
... and 52 more

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 57f4e23...558017a. Read the comment docs.

@BrianGun BrianGun merged commit b5c2bf1 into main Feb 25, 2022
@BrianGun BrianGun deleted the BrianGun/issue367 branch February 25, 2022 22:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants