Skip to content

Conversation

@kevScheuer
Copy link
Contributor

The seedfile is treated differently depending on whether single or multiple fits are requested. For example,
fit -c amp.cfg -s my_seedfile.txt will correctly produce my_seedfile.txt
fit -c amp.cfg -s my_seedfile.txt -r 2 produces my_seedfile.txt_0.txt my_seedfile.txt_1.txt
Conversely,
fit -c amp.cfg -s my_seedfile produces my_seedfile without an extension.

These commits will add .txt to the seedfile unless an extension is already in the name and fixes the duplicate extensions bug when running multiple fits.

Even if the user passed a seedfile with an
extension, randomized or parScan fits were given
an additional ".txt" extension. Now ".txt" is
only added if no extension is provided.
@gluex
Copy link

gluex commented Sep 12, 2025

Copy link
Contributor

@aaust aaust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, nice improvement

@aaust aaust merged commit 2cb15ea into master Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants