Skip to content

Commit 9e98ec3

Browse files
author
arnaudon
committed
Merge branch 'apical_and_yaml' of github.com:BlueBrain/BluePyMM into apical_and_yaml
2 parents 5c98c3b + ce38b26 commit 9e98ec3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

bluepymm/run_combos/calculate_scores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def calculate_scores(final_dict, emodel_dirs, scores_db_filename,
341341
arg_list = create_arg_list(scores_db_filename,
342342
emodel_dirs,
343343
final_dict,
344-
use_apical_points)
344+
use_apical_points=use_apical_points)
345345

346346
print('Parallelising score evaluation of %d me-combos' % len(arg_list))
347347

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"version": "1.0",
33
"scores_db": "./output/scores.sqlite",
4-
"output_dir": "./output/",
5-
"use_apical_points": false
4+
"output_dir": "./output/"
65
}

bluepymm/tests/test_calculate_scores.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ def test_calculate_scores():
383383
final_dict,
384384
emodel_dirs,
385385
test_db_filename,
386-
use_ipyp=use_ipyp,
387-
use_apical_points=False
386+
use_ipyp=use_ipyp
388387
)
389388

390389
if use_ipyp:

0 commit comments

Comments
 (0)