Commit 383e969 1 parent 2559722 commit 383e969 Copy full SHA for 383e969
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,6 @@ def finish(self):
557
557
558
558
def cross_rank_trace_pairs (
559
559
dcoll : DiscretizationCollection , ary : ArrayOrContainer ,
560
- tag : Hashable = None ,
561
560
* , comm_tag : Hashable = None ,
562
561
volume_dd : DOFDesc | None = None ) -> list [TracePair ]:
563
562
r"""Get a :class:`list` of *ary* trace pairs for each partition boundary.
@@ -598,16 +597,6 @@ def cross_rank_trace_pairs(
598
597
if volume_dd .discretization_tag != DISCR_TAG_BASE :
599
598
raise TypeError (f"expected a base-discretized DOFDesc, got '{ volume_dd } '" )
600
599
601
- if tag is not None :
602
- warn ("Specifying 'tag' is deprecated and will stop working in July of 2022. "
603
- "Specify 'comm_tag' (keyword-only) instead." ,
604
- DeprecationWarning , stacklevel = 2 )
605
- if comm_tag is not None :
606
- raise TypeError ("may only specify one of 'tag' and 'comm_tag'" )
607
- else :
608
- comm_tag = tag
609
- del tag
610
-
611
600
# }}}
612
601
613
602
if isinstance (ary , Number ):
You can’t perform that action at this time.
0 commit comments