Skip to content

Commit

Permalink
Update BOSS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kunwuz authored Jan 11, 2025
1 parent ec49340 commit bc9b002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causallearn/search/PermutationBased/BOSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def boss(
X: np.ndarray,
score_func: str = "local_score_BIC",
score_func: str = "local_score_BIC_from_cov",
parameters: Optional[Dict[str, Any]] = None,
verbose: Optional[bool] = True,
node_names: Optional[List[str]] = None,
Expand Down

0 comments on commit bc9b002

Please sign in to comment.