Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning, if fixed parameter is supposed to be profiled #1155

Merged
merged 5 commits into from
Oct 25, 2023

Conversation

PaulJonasJost
Copy link
Collaborator

closes #1154

Copy link
Member

@dweindl dweindl left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2023

Codecov Report

Merging #1155 (3f94c4c) into develop (160c2a8) will decrease coverage by 3.80%.
Report is 402 commits behind head on develop.
The diff coverage is 87.95%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff             @@
##           develop    #1155      +/-   ##
===========================================
- Coverage    88.16%   84.37%   -3.80%     
===========================================
  Files           79      148      +69     
  Lines         5257    11648    +6391     
===========================================
+ Hits          4635     9828    +5193     
- Misses         622     1820    +1198     
Files Coverage Δ
pypesto/C.py 100.00% <100.00%> (ø)
pypesto/__init__.py 100.00% <100.00%> (ø)
pypesto/engine/__init__.py 100.00% <100.00%> (ø)
pypesto/engine/multi_process.py 93.10% <100.00%> (+0.79%) ⬆️
pypesto/engine/multi_thread.py 100.00% <100.00%> (ø)
pypesto/engine/single_core.py 100.00% <100.00%> (ø)
pypesto/engine/task.py 100.00% <100.00%> (ø)
pypesto/ensemble/__init__.py 100.00% <100.00%> (ø)
pypesto/ensemble/task.py 100.00% <100.00%> (ø)
pypesto/hierarchical/__init__.py 100.00% <100.00%> (ø)
... and 138 more

@PaulJonasJost PaulJonasJost merged commit 48019e2 into develop Oct 25, 2023
17 checks passed
@PaulJonasJost PaulJonasJost deleted the doc_add_warining_profile_fix_ind branch October 25, 2023 13:18
@dweindl dweindl linked an issue Oct 31, 2023 that may be closed by this pull request
This was referenced Nov 15, 2023
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.

Log a warning in case one tries to profile a fixed parameter.
3 participants