-
Notifications
You must be signed in to change notification settings - Fork 4
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
Features/#820 emob mit sanity checks #889
Conversation
The raised unsubscriptable-object and unnecessary-lambda are false positives
This reverts commit 28ae5d6.
Codacy fails: https://app.codacy.com/gh/openego/eGon-data/pullRequest?prid=10050119
are simply not true. Seems that pylint fails at code analysis (there're quite some bug reports on false positives of e.g. unsubscriptable-object). So I tried to suppress them in 28ae5d6 but suppressing seems to be disabled by default and I reverted the suppression. Now I tend to just don't care anymore (following #56). @gnn please drop me a line if you have objections. |
Closes #820
Requires merge of #922
Before merging into
dev
-branch, please make sure thatCHANGELOG.rst
was updated.black
andisort
.Dataset
-version is updated when existing datasets are adjusted.continuous-integration/run-everything-over-the-weekend
-branch.test mode
.Everything
mode.