Skip to content

how to parameter study#269

Open
robertweinbrenner wants to merge 8 commits intokaipartmann:mainfrom
robertweinbrenner:main
Open

how to parameter study#269
robertweinbrenner wants to merge 8 commits intokaipartmann:mainfrom
robertweinbrenner:main

Conversation

@robertweinbrenner
Copy link
Copy Markdown

No description provided.

@kaipartmann kaipartmann added the documentation Improvements or additions to documentation label Dec 11, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.20%. Comparing base (b184cc6) to head (0db131f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
- Coverage   96.22%   96.20%   -0.03%     
==========================================
  Files          61       61              
  Lines        6869     6869              
==========================================
- Hits         6610     6608       -2     
- Misses        259      261       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I think this file should not be included. It is not used inside the documentation and just a reference.

Comment thread docs/src/howto_parameter-study.md Outdated
Comment thread docs/src/howto_parameter-study.md Outdated
Comment thread docs/src/howto_parameter-study.md Outdated
Comment thread docs/src/howto_parameter-study.md Outdated

```bash
default_result = (; c_0=NaN, c_w=NaN, dc=NaN, dcp=NaN)
results = process_each_job(study, default_result) do job, setup
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This do syntax creates an anonymous function that is called, but in this code block, the whole function body of this anonymous function is not visible. It should be included here and then in the following the code is commented and explained.

Comment thread docs/src/howto_parameter-study.md Outdated
Comment thread docs/src/howto_parameter-study.md Outdated
Comment thread docs/src/howto_parameter-study.md Outdated
Comment thread docs/src/howto_parameter-study.md Outdated
robertweinbrenner and others added 5 commits December 11, 2025 12:25
Co-authored-by: Kai Partmann <68582683+kaipartmann@users.noreply.github.com>
Co-authored-by: Kai Partmann <68582683+kaipartmann@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants