rft: cleanup from #681#736
Conversation
cfb1ec1 to
4d8acb9
Compare
|
No worries. I just figured that the least I can do with the previous PR is to understand the comments and docs, so that I know where to look for more info when I need it. And then I got derailed ;) |
nono. keeping it opaque is what keeps me employed |
4d8acb9 to
88524c7
Compare
Are you quoting from Claude user manual? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #736 +/- ##
==========================================
- Coverage 92.74% 92.67% -0.07%
==========================================
Files 56 56
Lines 2701 2676 -25
==========================================
- Hits 2505 2480 -25
Misses 196 196
🚀 New features to boost your workflow:
|
0b33754 to
31e584b
Compare
|
This change is part of the following stack:
Change managed by git-spice. |
| name_map = (; | ||
| :BarklieGokhale1959_a_parameter => :het_a, | ||
| :BarklieGokhale1959_B_parameter => :het_B, | ||
| :BarklieGokhale1959_B_parameter => :het_B, # TODO: Fix units in CP, then here |
There was a problem hiding this comment.
Do you have a PR in ClimaParams for this? If we are just changing the value, it should not be a breaking release. And we should be able to get it in quicklu
31e584b to
ea7a9b0
Compare
ea7a9b0 to
55f2d59
Compare
|
This change is part of the following stack: Change managed by git-spice. |
- rename `f23_deposition_rate` -> `deposition_rate`
- rename `f23_immersion_limit_rate` -> `immersion_limit_rate`
- delete `AbstractINPDepletion` abstract type
- removed nonsensical comments
- trimmed verbose "docs-like" code comments.
Follow-up: proper user/developer docs
- removed references to internal notes
- added TODOs for follow-up work
- clean up some docstrings
- clean up collision closed form code
55f2d59 to
09d92b0
Compare
I'm sorry you had to suffer through the previous PR @trontrytel. This is mostly deleting things you noted. I will follow up with some proper docs after I land the enormous stack of PRs that I'm sure you've noticed I opened.
content:
f23_deposition_rate->deposition_ratef23_immersion_limit_rate->immersion_limit_rateAbstractINPDepletionabstract typeFollow-up: proper user/developer docs