Skip to content

Fixed bug in run folder naming and added link to FutureHouse trajectory in all output files#5

Merged
changbenjamin merged 4 commits into
mainfrom
fixed_folder_name
Jun 3, 2025
Merged

Fixed bug in run folder naming and added link to FutureHouse trajectory in all output files#5
changbenjamin merged 4 commits into
mainfrom
fixed_folder_name

Conversation

@changbenjamin

Copy link
Copy Markdown
Contributor

Fixed bug in run folder naming, where everything was dry AMD due to the default in the config
Added link to FutureHouse trajectory in all output files

@changbenjamin changbenjamin requested a review from jamesbraza June 3, 2025 04:00
@changbenjamin changbenjamin self-assigned this Jun 3, 2025
@changbenjamin changbenjamin added bug Something isn't working enhancement New feature or request labels Jun 3, 2025
Comment thread robin/configuration.py
run_folder_name: str = Field(
default=DEFAULT_FOLDER_NAME,
run_folder_name: str | None = Field(
default=None,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you briefly mention in the description what happens for the default of None, something like: ", default of None will autogenerate this from disease_name."

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed! thanks james

@changbenjamin changbenjamin merged commit be9e771 into main Jun 3, 2025
3 checks passed
@changbenjamin changbenjamin deleted the fixed_folder_name branch June 3, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants