Closed MicahGale closed 10 months ago
unassigned @MicahGale
marked the checklist item volume as completed
marked the checklist item importance as completed
marked the checklist item cells as completed
marked the checklist item materials as completed
marked the checklist item surfaces as completed
added 2 commits
marked the checklist item cell_data_control as completed
marked the checklist item particle as completed
marked the checklist item mode as completed
marked the checklist item Jump as completed
marked the checklist item Card as completed
marked the checklist item Comment as completed
added 4 commits
develop
marked the checklist item Read Card as completed
marked the checklist item block_type as completed
marked the checklist item cell as completed
added 3 commits
added 3 commits
marked the checklist item material as completed
marked the checklist item mcnp_card as completed
marked the checklist item Element as completed
marked the checklist item isotope as completed
added 2 commits
marked the checklist item material_component as completed
marked the checklist item thermal_scattering as completed
marked the checklist item surface as completed
added 3 commits
marked the checklist item transform as completed
marked the checklist item mcnp_problem as completed
added 2 commits
added 1 commit
added 1 commit
added 7 commits
marked this merge request as ready
requested review from @tjlaboss
I think the new Element class will need the most amount of review.
In GitLab by @tjlaboss on Oct 25, 2022, 14:12
Commented on mcnpy/data_cards/element.py line 293
Does capitalization matter? If so, correct "Rhenium".
In GitLab by @tjlaboss on Oct 25, 2022, 14:12
Commented on mcnpy/data_cards/isotope.py line 86
Representing with the .library
syntax might be confusing.
Also suggest aligning with:
f"{self._ZAID:>6}"
# or
f"{self.element.symbol:>3}-{self.A:<3}"
In GitLab by @tjlaboss on Oct 25, 2022, 14:12
Commented on tests/test_material.py line 75
See above. Basically I think this should either stick with ZAID.suffix
, or else distinguish the library some other way.
Maybe printed as
H-1 (80c) 0.5
O-16 (80c) 0.5
In GitLab by @tjlaboss on Oct 25, 2022, 14:12
There is one typo to fix before merging.
I have opinions on the Isotope
printing that are optional.
good catch. I am trying for everything to lower case.
Oh I do like your format for printing it. I think I'll implement that. The library information is till present and usable but not obnoxious.
changed this line in version 16 of the diff
changed this line in version 16 of the diff
Merges 41-improve-object-printing -> develop
Objects to be Updated
Closes #41