Skip to content

Commit

Permalink
Fix ALE workflow deprecation warning to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Oct 19, 2023
1 parent 031e179 commit 9c00ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimare/workflows/ale.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def ale_sleuth_workflow(
):
"""Perform ALE meta-analysis from Sleuth text file."""
LGR.warning(
"The ale_sleuth_workflow function is deprecated and will be removed in release 0.1.3. "
"The ale_sleuth_workflow function is deprecated and will be removed after release 0.2.0. "
"Use CBMAWorkflow or PairwiseCBMAWorkflow instead."
)

Expand Down

0 comments on commit 9c00ea3

Please sign in to comment.