Skip to content

Commit bc9b002

Browse files
authored
Update BOSS.py
1 parent ec49340 commit bc9b002

File tree

1 file changed

+1
-1
lines changed
  • causallearn/search/PermutationBased

1 file changed

+1
-1
lines changed

causallearn/search/PermutationBased/BOSS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
def boss(
2525
X: np.ndarray,
26-
score_func: str = "local_score_BIC",
26+
score_func: str = "local_score_BIC_from_cov",
2727
parameters: Optional[Dict[str, Any]] = None,
2828
verbose: Optional[bool] = True,
2929
node_names: Optional[List[str]] = None,

0 commit comments

Comments
 (0)