Skip to content

Commit 784fac9

Browse files
committed
Updated python unit tests
1 parent 427bfd9 commit 784fac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/python/test_bcf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def rfx_term(group_labels, basis):
884884
num_gfr=num_gfr,
885885
num_burnin=num_burnin,
886886
num_mcmc=num_mcmc,
887-
rfx_params=rfx_params
887+
random_effects_params=rfx_params
888888
)
889889

890890
# Specify all relevant rfx parameters as vectors
@@ -912,5 +912,5 @@ def rfx_term(group_labels, basis):
912912
num_gfr=num_gfr,
913913
num_burnin=num_burnin,
914914
num_mcmc=num_mcmc,
915-
rfx_params=rfx_params
915+
random_effects_params=rfx_params
916916
)

0 commit comments

Comments
 (0)