Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
vinferrer committed Dec 10, 2021
1 parent 43ca462 commit c5b3d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connPFM/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def test_integration_ev(
AUC_file,
surr_dir,
join(dirname(AUC_file), "ets_AUC_denoised.txt"),
) + "--peaks_points ets_AUC_denoised -tr 1 -u vferrer -nsur 50 -w ev",
)
+ "--peaks_points ets_AUC_denoised -tr 1 -u vferrer -nsur 50 -w ev",
shell=True,
)
ets_auc_denoised_local = np.loadtxt(join(dirname(AUC_file), "ets_AUC_denoised.txt"))
Expand Down

0 comments on commit c5b3d61

Please sign in to comment.