Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OP2/PyOP2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6d951c1a9da54940369be5ea2c03112baee0769
Choose a base ref
..
head repository: OP2/PyOP2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9913c8b81aef33fd1f3c400aac1ab10be8aece3
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 pyop2/types/map.py
2 changes: 0 additions & 2 deletions pyop2/types/map.py
Original file line number Diff line number Diff line change
@@ -302,8 +302,6 @@ def __init__(self, maps):
if self._initialized:
return
self._maps = maps
#if not all(m is None or m.iterset == self.iterset for m in self._maps):
# raise ex.MapTypeError("All maps in a MixedMap need to share the same iterset")
# TODO: Think about different communicators on maps (c.f. MixedSet)
# TODO: What if all maps are None?
comms = tuple(m.comm for m in self._maps if m is not None)