Skip to content

Commit 100d0de

Browse files
committed
cos - add parameters to docstring
1 parent 98bcf02 commit 100d0de

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

test/test_norm/test_normative_model_transfer.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,18 @@ def test_004_transfer_should_fit_when_unwarped(
142142
Regression test for #437: BLR.transfer() raised UnboundLocalError
143143
when self.warp was None, because y was only assigned inside the
144144
`if self.warp:` branch.
145+
146+
Parameters
147+
----------
148+
blr_model_factory : Callable
149+
Fixture that builds BLR models with optional overrides.
150+
save_dir_blr : str
151+
Save directory for BLR tests. The fixture selects the temp dir,
152+
otherwise NormativeModel will save to its default directory.
153+
norm_data_from_arrays : NormData
154+
Training dataset.
155+
transfer_norm_data_from_arrays : NormData
156+
Transfer dataset.
145157
"""
146158
blr_model = blr_model_factory(warp_name=None)
147159
if os.path.exists(save_dir_blr):

0 commit comments

Comments
 (0)