Skip to content

Commit

Permalink
Return actual null MICE
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Nov 6, 2014
1 parent c519e47 commit 55836a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyphi/subsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def not_trivially_reducible(purview):
purviews = tuple(filter(not_trivially_reducible, purviews))
# If no purviews are left, return a null MICE immediately.
if not purviews:
return Mice(self.find_mip(direction, mechanism, ()))
return Mice(self._null_mip(direction, mechanism, None))
# Find the maximal MIP over all purviews.
maximal_mip = max(self.find_mip(direction, mechanism, purview) for
purview in purviews)
Expand Down

0 comments on commit 55836a1

Please sign in to comment.