Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion autofit/non_linear/initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def samples_from_model(
return self.samples_in_test_mode(total_points=total_points, model=model)

logger.info(
"Generating initial samples of model, which are subject to prior limits and other constraints."
f"Generating initial samples of model, which are subject to prior limits and other constraints. "
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
f"Generating initial samples of model, which are subject to prior limits and other constraints. "
"Generating initial samples of model, which are subject to prior limits and other constraints. "

f"Using {n_cores} cores."
)

unit_parameter_lists = []
Expand Down
Loading