Skip to content

Commit

Permalink
Test with trx.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Aug 26, 2023
1 parent 0425316 commit 218020b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions AFQ/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,17 @@ def test_AFQ_fury():
viz_backend_spec="fury")
myafq.export("all_bundles_figure")

def test_AFQ_trx():
tmpdir = tempfile.TemporaryDirectory()
bids_path = op.join(tmpdir.name, "stanford_hardi")
afd.organize_stanford_data(path=tmpdir.name)

myafq = GroupAFQ(
bids_path=bids_path,
preproc_pipeline='vistasoft',
tracking_params={"trx": True})
myafq.export("all_bundles_figure")


def test_AFQ_init():
"""
Expand Down

0 comments on commit 218020b

Please sign in to comment.