Skip to content

Commit

Permalink
Merge pull request #1009 from rhayes777/feature/parallelism_logging
Browse files Browse the repository at this point in the history
feature/parallelism logging
  • Loading branch information
rhayes777 authored Apr 22, 2024
2 parents ae2f223 + c287266 commit f55f353
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 136 deletions.
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. "
f"Using {n_cores} cores."
)

unit_parameter_lists = []
Expand Down
Loading

0 comments on commit f55f353

Please sign in to comment.