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

Enabled pylint: hidden-method in Markov process submodule #634

Merged
merged 7 commits into from
Feb 11, 2022

Conversation

pnkraemer
Copy link
Collaborator

In a Nutshell

The python 3.7 drop in #632 implied an update of the cached_property policy, which necessitated a few pylint: disable="hidden-method" in randprocs.markov. This PR fixes those.

@pnkraemer pnkraemer changed the title Pylint in sde Enabled pylint: hidden-method in Markov process submodule Feb 11, 2022
@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #634 (ad9badd) into main (a91eecc) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #634      +/-   ##
==========================================
- Coverage   89.75%   89.74%   -0.02%     
==========================================
  Files         182      182              
  Lines        6904     6893      -11     
  Branches     1073     1073              
==========================================
- Hits         6197     6186      -11     
  Misses        472      472              
  Partials      235      235              
Impacted Files Coverage Δ
src/probnum/randprocs/markov/integrator/_ioup.py 100.00% <100.00%> (ø)
src/probnum/randprocs/markov/integrator/_iwp.py 100.00% <100.00%> (ø)
src/probnum/randprocs/markov/integrator/_matern.py 100.00% <100.00%> (ø)

@pnkraemer pnkraemer merged commit 49f26ae into probabilistic-numerics:main Feb 11, 2022
@pnkraemer pnkraemer deleted the pylint-in-sde branch February 11, 2022 11:48
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

3 participants