Skip to content

Commit

Permalink
[FIX] do not initialize kernel object (#907)
Browse files Browse the repository at this point in the history
do not initialize kernel object
  • Loading branch information
jdkent authored Nov 18, 2024
1 parent 4511404 commit 0de67c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimare/meta/cbma/mkda.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class MKDAChi2(PairwiseCBMAEstimator):

def __init__(
self,
kernel_transformer=MKDAKernel(),
kernel_transformer=MKDAKernel,
prior=0.5,
memory=Memory(location=None, verbose=0),
memory_level=0,
Expand Down

0 comments on commit 0de67c5

Please sign in to comment.