Added variable descriptions to dataclass variables - #4554
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4554 +/- ##
==========================================
+ Coverage 49.46% 49.52% +0.05%
==========================================
Files 150 150
Lines 30069 30102 +33
==========================================
+ Hits 14874 14907 +33
Misses 15195 15195 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
These seem to be copies of the descriptions in process/data_structure/tfcoil_variables.py. Did you intend to duplicate these descriptions without deleting the originals? |
I've replicated what's been done for other dataclasses in the same file, they have descriptions which match or summarise what's in the corresponding |
Yea the variables in these dataclasses need descriptions, as well as in the data_structure files - this way users can see the descriptions for the dataclass variables without having to search through data_structure files, but we still need the descriptions in the data structure for the dictionaries |
Description
Missing variable desriptions have been added to variables in
superconducting.pydata classes.Checklist
I confirm that I have completed the following checks: