Dimitri Papadopoulos Orfanos

Results 199 issues of Dimitri Papadopoulos Orfanos

The rationale is that this is reusable code. When reused in other software packages, it will raise alerts when spellchecking those other software packages. Of course, it is quite possible...

* How do you define a dumb password rule? * Some countries may have recommendations or regulatory rules. Companies need or tend to follow them. Instead of shaming the company,...

**Describe the bug** Is it worth fixing (some of the) Flake 8 alerts? I can help with that. Some of them may point to actual issues, for example in regex...

Some typos are in user-visible strings and documentation, others are in code comments. In the long term, I recommend fixing all typos, including those in code comments, because tools like...

Issues are from this page: https://deepsource.io/gh/DimitriPapadopoulos/yamllint/ I have left most raised issues out of the current merge request * Not all issues are interesting, some might even be wrong. *...

Also remove unused local variable `n_ticks`, reported by LGTM.com. Closes #3104.

https://github.com/nilearn/nilearn/blob/6aaf8f94433dfaf2967d69c64c0f688d7e1c812d/nilearn/plotting/surf_plotting.py#L341-L350 So a "small range" appears to be defined as less than 5. For larger ranges, we always get 5 ticks. For example: ```python >>> ticks = _get_ticks_matplotlib(2.01, 7.02, "%i")...

Bug