Skip to content

Commit

Permalink
PEP8 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Oct 30, 2024
1 parent 839d64c commit 8480273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ukat/mapping/tests/test_t1.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ def test_real_data(self):
gold_standard_2p = [1040.259477, 429.506592, 241.512334, 2603.911796]
gold_standard_3p = [1388.640507, 677.167604, 0.0, 4909.689015]
gold_standard_3p_single = [1347.824169, 657.254769, 0.0, 3948.24018]
gold_standard_molli = [1554.586501, 606.863022, -170.611303, 6025.763663]
gold_standard_molli = [1554.586501, 606.863022, -170.611303,
6025.763663]

# Two parameter method
mapper = T1(magnitude, ti, affine, parameters=2, tss=tss)
Expand Down

0 comments on commit 8480273

Please sign in to comment.