cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

Fix pylint dependencies #137

Closed blengerich closed 1 year ago

blengerich commented 1 year ago

Pylint on Github is failing when it runs into dependencies because it isn't being told to install the package and dependencies before linting. This simple change should fix that.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

cnellington commented 1 year ago

LGTM!