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

Commit c1befc6

Browse files
author
Jaquier Aurélien Tristan
committed
lint fix
1 parent 3c887d7 commit c1befc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/tests/test_ephys/test_create_acc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def run_short_sim(cable_cell):
537537
arb_cell_model.properties.catalogue.extend(arbor.bbp_catalogue(), "BBP::")
538538

539539
# Run a very short simulation to test mechanism instantiation
540-
arb_cell_model.run(tfinal=0.1 *arbor.units.ms)
540+
arb_cell_model.run(tfinal=0.1 * arbor.units.ms)
541541

542542

543543
@pytest.mark.unit

0 commit comments

Comments
 (0)