Skip to content

Commit

Permalink
Add empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Feb 28, 2024
1 parent 7345436 commit 93ce647
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scilpy/reconst/fodf.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ def verify_frf_files(wm_frf, gm_frf, csf_frf):
'Invalid or deprecated FRF format')
if not csf_frf.shape[1] == 4:
raise ValueError('CSF frf file did not contain 4 elements. '
'Invalid or deprecated FRF format')
'Invalid or deprecated FRF format')
10 changes: 10 additions & 0 deletions scilpy/reconst/tests/test_fodf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ def test_get_ventricles_max_fodf():
def test_fit_from_model():
# toDO
pass


def test_verify_failed_voxels_shm_coeff():
# Quite simple, nothing to test
pass


def test_verify_frf_files():
# Quite simple, nothing to test
pass
5 changes: 5 additions & 0 deletions scilpy/reconst/tests/test_frf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ def test_compute_ssst_frf():
def test_compute_msmt_frf():
# toDO
pass


def test_replace_frf():
# toDo
pass
5 changes: 5 additions & 0 deletions scilpy/reconst/tests/test_sh.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# -*- coding: utf-8 -*-


def test_verify_data_vs_sh_order():
# Quite simple, nothing to test
pass


def test_compute_sh_coefficients():
# toDO
pass
Expand Down

0 comments on commit 93ce647

Please sign in to comment.