add missing docstrings to data_structure/ files - #4485
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4485 +/- ##
==========================================
+ Coverage 48.73% 49.21% +0.48%
==========================================
Files 151 151
Lines 29766 29667 -99
==========================================
+ Hits 14505 14600 +95
+ Misses 15261 15067 -194 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| @@ -1,29 +1,4 @@ | |||
| """This library contains routines that can be shared by the blanket modules used in PROCESS. | |||
There was a problem hiding this comment.
Some of the var files had a huge chunk of text copied from their corresponding process/models file (which didn't make a huge amount of sense in the var file, i.e. mentioning functions or acronyms that are not used in the var file) so where I've deleted a large bit of text like this it is still in the code so not losing any info, but it tidies up the files a bit
| Acronyms for this module: | ||
|
|
||
| BB Breeding Blanket | ||
| FW First Wall | ||
| BZ Breeder Zone | ||
| MF/BSS Manifold/Back Supporting Structure | ||
| LT Low Temperature | ||
| HT High Temperature | ||
| MMS Multi Module Segment | ||
| SMS Single Module Segment | ||
| IB Inboard | ||
| OB Outboard | ||
| HCD Heating & Current Drive | ||
| FCI Flow Channel Insert |
There was a problem hiding this comment.
Some of these acronyms are used below, might be worth keeping this bit
| @@ -1,3 +1,5 @@ | |||
| """Module containing variables relating to the build routines""" | |||
There was a problem hiding this comment.
| """Module containing variables relating to the build routines""" | |
| """Module containing variables for the build models""" |
Can we find and replace to update the language like above, it feels a bit wordy at the moment.
If you cannot find a way message me and I'll write a little regex find and replace to do it.
| Acronyms for this module: | ||
|
|
||
| BB Breeding Blanket | ||
| FW First Wall | ||
| BZ Breeder Zone | ||
| MF/BSS Manifold/Back Supporting Structure | ||
| LT Low Temperature | ||
| HT High Temperature | ||
| MMS Multi Module Segment | ||
| SMS Single Module Segment | ||
| IB Inboard | ||
| OB Outboard | ||
| HCD Heating & Current Drive | ||
| FCI Flow Channel Insert |
There was a problem hiding this comment.
Again, I suspect these will be used below so might be best to keep them
Co-authored-by: Timothy <75321887+timothy-nunn@users.noreply.github.com>
Co-authored-by: Timothy <75321887+timothy-nunn@users.noreply.github.com>
Co-authored-by: Timothy <75321887+timothy-nunn@users.noreply.github.com>
Description
Checklist
I confirm that I have completed the following checks: