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

Fixed else-if-used pylint message in probnum.problems subpackage #704

Merged
merged 4 commits into from
Apr 19, 2022
Merged

Conversation

luffingluffy
Copy link
Contributor

In a Nutshell

Fixed the else-if-used message in probnum.problems subpackage.

Detailed Description

Changed nested else-if statements to elif to reduce nesting as required by pylint. Stopped ignoring else-if-used issue for probnum.problems subpackage by changing configuration in tox.ini.

Related Issues

Finishes 2nd to-do in #672

@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #704 (71760a6) into main (b9a0a44) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #704   +/-   ##
=======================================
  Coverage   90.01%   90.01%           
=======================================
  Files         194      194           
  Lines        7343     7343           
  Branches     1159     1159           
=======================================
  Hits         6610     6610           
  Misses        489      489           
  Partials      244      244           
Impacted Files Coverage Δ
src/probnum/problems/zoo/diffeq/_ivp_examples.py 93.28% <100.00%> (ø)

@pnkraemer pnkraemer removed the request for review from schmidtjonathan April 19, 2022 08:22
@pnkraemer pnkraemer self-assigned this Apr 19, 2022
Lutfi Randiva and others added 2 commits April 19, 2022 17:39
Co-authored-by: Nicholas Krämer <nicokraemer@gmx.net>
@pnkraemer pnkraemer merged commit 731a4c6 into probabilistic-numerics:main Apr 19, 2022
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.

2 participants