Skip to content
Snippets Groups Projects

Fixed an issue with directory creation when running unfold command with systematics

Merged Ebru Uslan Zorbakir requested to merge euslan/Core:unfold_JESvariations into master
All threads resolved!

This MR resolves Issue #168, which caused a segmentation violation error when running the unfold command with systematics.

The directory creation logic in the unfold process has been improved to prevent conflicts with existing directories. Previously, directories were created without verifying their existence, potentially leading to errors. Tests were done successfully without any problems.

Edited by Ebru Uslan Zorbakir

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • requested review from @paconnor

  • added 1 commit

    Compare with previous version

  • Hi @paconnor

    I just changed the code with if (fOut->GetDirectory(var)) continue;

  • Patrick Louis S Connor resolved all threads

    resolved all threads

  • Patrick Louis S Connor approved this merge request

    approved this merge request

  • mentioned in commit bc7ed391

  • Please register or sign in to reply
    Loading