Skip to content

Commit

Permalink
do not initialize kernel object
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Nov 15, 2024
1 parent 67cda97 commit 58256bb
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 58256bb

Please sign in to comment.