-
Notifications
You must be signed in to change notification settings - Fork 1
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
Gradient layer #71
Gradient layer #71
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #71 +/- ##
===========================================
+ Coverage 97.86% 97.90% +0.03%
===========================================
Files 41 43 +2
Lines 3050 3248 +198
===========================================
+ Hits 2985 3180 +195
- Misses 65 68 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very well written code and exhaustive unit tests.
Minor, optional, issues raised.
Added gradient layer
Makes a discrete stack of layers where the
sld
andisld
are a lineary interpolation between the initial and final material types.The thickness of the gradient layer is given by the thickness of layer 0 multiplied by the number of layers
MultiLayer
pyproject.toml