Skip to content

Commit

Permalink
[MAINT] Refactor/test utils (#3910)
Browse files Browse the repository at this point in the history
* refactor tests

* refactor

* refactor

* fix

* use fixtures

* update code doc

* refactor

* use testing.write_tmp_imgs

* Revert "use testing.write_tmp_imgs"

This reverts commit 244f0f3.
  • Loading branch information
Remi-Gau committed Aug 29, 2023
1 parent 3297258 commit 56f33f3
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 247 deletions.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ exclude =
docstring-convention = numpy
max-line-length = 79
max_complexity = 43
max_function_length = 150
max_function_length = 407
max_parameters_amount = 26
max_returns_amount = 10
# For PEP8 error codes see
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
# D100-D104: missing docstring
Expand Down

0 comments on commit 56f33f3

Please sign in to comment.