Closed mmcdermott closed 2 months ago
The changes involve the removal of a code block in the main
function of the src/aces/__main__.py
file that was responsible for setting up the output path for a cohort directory. This modification indicates a shift in how directory management is handled, simplifying the function by eliminating the creation of a Path
object and the corresponding directory setup.
Files | Change Summary |
---|---|
src/aces/__main__.py |
Removed code block for setting up the cohort directory output path, simplifying the directory management. |
cohort_dir
, as the parent directory for the output path is handled later in the code.In the meadow, I hop with glee,
No more paths to set, just let it be!
The code is light, the function's bright,
A simpler way, oh what a delight!
With every leap, I dance and play,
Celebrating changes in a joyful way! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
src/aces/__main__.py | 93.82% <ø> (-0.15%) |
:arrow_down: |
Closes #129
Summary by CodeRabbit