Skip to content

Commit 65419b2

Browse files
committed
lint fix
1 parent 2a4330e commit 65419b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def test_multi_proc_threads(self):
444444
stan_file=logistic_stan,
445445
compile=True,
446446
cpp_options={'STAN_THREADS': 'true'},
447-
)
447+
)
448448
logistic_data = os.path.join(DATAFILES_PATH, 'logistic.data.R')
449449

450450
with LogCapture() as log:

0 commit comments

Comments
 (0)