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

Fix function name to simulate_weighted_data, nothing else changed #99

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

dachengx
Copy link
Collaborator

No description provided.

elif isinstance(component, ComponentFixed):
_result = component.simulate_weighed_data(parameters)
_result = component.simulate_weighted_data(parameters)

Choose a reason for hiding this comment

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

[pep8] reported by reviewdog 🐶
WPS121 Found usage of a variable marked as unused: _result

@github-actions
Copy link

Pull Request Test Coverage Report for Build 5247090738

  • 3 of 5 (60.0%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 83.407%

Changes Missing Coverage Covered Lines Changed/Added Lines %
appletree/likelihood.py 1 3 33.33%
Files with Coverage Reduction New Missed Lines %
appletree/likelihood.py 1 84.91%
Totals Coverage Status
Change from base Build 5108499041: 0.0%
Covered Lines: 1895
Relevant Lines: 2272

💛 - Coveralls

@dachengx dachengx merged commit 7b1c093 into master Jun 12, 2023
7 checks passed
@dachengx dachengx deleted the fix_weighted branch June 13, 2023 12:54
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.

None yet

1 participant