Skip to content

Commit

Permalink
conf.PARALLEL_PURVIEW_EVALUATION: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
isacdaavid committed Dec 9, 2022
1 parent b04f104 commit 3f4b929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyphi/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def always_zero(a, b):
doc="""
Controls parallel evaluation of candidate purviews. If mechanism size is
greater or equal than this floating point value, parallelization will occur. A
value of .inf will enforce sequential processing.""",
value of ``math.inf`` will enforce sequential processing.""",
)

NUMBER_OF_CORES = Option(
Expand Down

0 comments on commit 3f4b929

Please sign in to comment.