inducer / pytential

Evaluate layer and volume potentials accurately. Solve integral equations.
https://pypi.python.org/pypi/pytential
25 stars 15 forks source link

pylint: ignore matplotlib #221

Closed alexfikl closed 1 year ago

alexfikl commented 1 year ago

This removes matplotlib from the CI and ignores it in pylint, so hopefully it won't take an eternity to run now :heart: It could be even faster with the mamba changes on the CI!

Fixes #215

alexfikl commented 1 year ago

Well that worked! Might not be necessary if the mamba stuff is impressively better, but still not a great loss (matplotlib is pretty much exclusively used in the tests).

EDIT: Gitlab installs with pip so it doesn't seem to suffer from these issues.

EDIT2: Just installed matplotlib with pip as well (like the Examples step is doing already!).

inducer commented 1 year ago

Thanks! Not sure I understand why pip vs conda makes a difference, but :shrug: life's too short, and I'll take 7m vs hours any day. :slightly_smiling_face:

inducer commented 1 year ago

Oh... nvm. I only just read your comment about the time being spent in install rather than running pylint. :facepalm: Mystery solved, sorry about the noise.