Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit dc7cf86

Browse files
committed
Merge branch 'lfpy' of https://github.com/alejoe91/BluePyOpt into lfpy
2 parents fba3f4f + 7c4bf9d commit dc7cf86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bluepyopt/deapext/optimisationsCMA.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def run(
250250
terminator (multiprocessing.Event): exit loop when is set.
251251
Not taken into account if None.
252252
"""
253-
254253
if cp_filename:
255254
cp_filename_tmp = cp_filename + '.tmp'
256255

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ commands =
3939
syntax: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
4040

4141
unit: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -k unit
42-
functional: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -k-unit
42+
functional: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -k 'not unit'
4343

4444
[testenv:docs]
4545
basepython = python3.6

0 commit comments

Comments
 (0)