Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmv committed Apr 4, 2017
1 parent 9725fde commit ab60a16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyphi/subsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,14 +492,14 @@ def expand_effect_repertoire(self, repertoire, new_purview=None):
def cause_info(self, mechanism, purview):
"""Return the cause information for a mechanism over a purview."""
return measure(Direction.PAST,
self.cause_repertoire(mechanism, purview),
self.unconstrained_cause_repertoire(purview))
self.cause_repertoire(mechanism, purview),
self.unconstrained_cause_repertoire(purview))

def effect_info(self, mechanism, purview):
"""Return the effect information for a mechanism over a purview."""
return measure(Direction.FUTURE,
self.effect_repertoire(mechanism, purview),
self.unconstrained_effect_repertoire(purview))
self.effect_repertoire(mechanism, purview),
self.unconstrained_effect_repertoire(purview))

def cause_effect_info(self, mechanism, purview):
"""Return the cause-effect information for a mechanism over a purview.
Expand Down

0 comments on commit ab60a16

Please sign in to comment.