Skip to content

Commit

Permalink
Remove DISTINCTION_SUM_PHI_UPPER_BOUND config option
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Jan 11, 2023
1 parent aa203b7 commit 6496724
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pyphi/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,26 +884,14 @@ def single_node_partitions(mechanism, purview, node_labels=None):
""",
)

DISTINCTION_SUM_PHI_UPPER_BOUND = Option(
"DISTINCT_AND_CONGRUENT_PURVIEWS",
values=[
"PURVIEW_SIZE",
"2^N-1",
"(2^N-1)/(N-1)",
"DISTINCT_AND_CONGRUENT_PURVIEWS",
],
doc="""
Controls the definition of the upper bound on the sum of distinction phi when analyzing a system.
""",
)

RELATION_COMPUTATION = Option(
"CONCRETE",
values=["CONCRETE", "ANALYTICAL"],
doc="""
Controls how relations are computed.
""",
)

STATE_TIE_RESOLUTION = Option(
"PHI",
doc="""
Expand Down

0 comments on commit 6496724

Please sign in to comment.