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 bounds check fixes #515 and fixes #509 #516

Merged
merged 4 commits into from
Nov 23, 2020
Merged

Conversation

jvanhoefer
Copy link
Member

No description provided.

@@ -199,8 +205,14 @@ def normalize(self) -> None:
raise AssertionError("x_names must be of length dim_full.")
if len(self.x_fixed_indices) != len(self.x_fixed_vals):
raise AssertionError(
"x_fixed_indices and x_fixed_vals musti have the same length."
"x_fixed_indices and x_fixed_vals must have the same length."
Copy link
Member

Choose a reason for hiding this comment

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

🤔

@codecov-io
Copy link

Codecov Report

Merging #516 (2c4ca72) into develop (f36d9b1) will increase coverage by 0.04%.
The diff coverage is 78.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #516      +/-   ##
===========================================
+ Coverage    90.19%   90.23%   +0.04%     
===========================================
  Files           72       72              
  Lines         4283     4291       +8     
===========================================
+ Hits          3863     3872       +9     
+ Misses         420      419       -1     
Impacted Files Coverage Δ
pypesto/problem.py 90.47% <78.57%> (-1.40%) ⬇️
pypesto/sample/geweke_test.py 94.36% <0.00%> (+2.81%) ⬆️
pypesto/engine/multi_process.py 92.30% <0.00%> (+7.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f36d9b1...2c4ca72. Read the comment docs.

pypesto/problem.py Outdated Show resolved Hide resolved
jvanhoefer and others added 2 commits November 23, 2020 16:13
Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>
@jvanhoefer jvanhoefer merged commit 1b049af into develop Nov 23, 2020
@jvanhoefer jvanhoefer deleted the fix_check_bounds branch November 23, 2020 16:47
@yannikschaelte yannikschaelte mentioned this pull request Jan 19, 2021
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.

4 participants