Home
last modified time | relevance | path

Searched refs:ignore_order (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/py-deepdiff/deepdiff-5.6.0/tests/
H A Dtest_ignore_order.py18 significant_digits=significant_digits, ignore_order=ignore_order)
35 ddiff = DeepDiff(t1, t2, ignore_order=True)
41 ddiff = DeepDiff(t1, t2, ignore_order=True)
47 ddiff = DeepDiff(t1, t2, ignore_order=True)
53 ddiff = DeepDiff(t1, t2, ignore_order=True)
106 ddiff = DeepDiff(t1, t2, ignore_order=True)
117 ddiff = DeepDiff(t1, t2, ignore_order=True)
124 ddiff = DeepDiff(t1, t2, ignore_order=True)
130 ddiff = DeepDiff(t1, t2, ignore_order=True)
136 ddiff = DeepDiff(t1, t2, ignore_order=True)
[all …]
H A Dtest_cache.py12 diff = DeepDiff(nested_a_t1, nested_a_t2, ignore_order=True,
26 …diff_of_diff = DeepDiff(nested_a_result, diff.to_dict(), ignore_order=False, ignore_type_in_groups…
32 diff = DeepDiff(nested_a_t1, nested_a_t2, ignore_order=True,
56 …diff_of_diff = DeepDiff(nested_a_result, diff.to_dict(), ignore_order=False, ignore_type_in_groups…
61 diff = DeepDiff(nested_b_t1, nested_b_t2, ignore_order=True,
80 ignore_order = True
89 diff = DeepDiff(t1, t2, ignore_order=ignore_order, max_passes=max_passes,
108 ignore_order = True
117 diff = DeepDiff(t1, t2, ignore_order=ignore_order, max_passes=max_passes,
167 diff1 = DeepDiff(t1, t2, ignore_order=True, cache_size=0,
[all …]
H A Dtest_distance.py61 ddiff = DeepDiff(t1, t2, ignore_order=True, cache_purge_level=0)
71 ddiff = DeepDiff(t1, t2, ignore_order=True, cache_purge_level=0)
83 ddiff = DeepDiff(t1, t2, ignore_order=True, verbose_level=verbose_level,
96 ddiff = DeepDiff(t1, t2, ignore_order=True, view=DELTA_VIEW, verbose_level=verbose_level)
121 diff = DeepDiff(t1, t2, ignore_order=True, view=DELTA_VIEW, get_deep_distance=True)
165 diff = DeepDiff(t1, t2, ignore_order=True, get_deep_distance=True,
H A Dtest_diff_math.py97 res = DeepDiff(d1, d2, ignore_order=False, math_epsilon=ep)
107 res = DeepDiff(d1, d2, ignore_order=True, math_epsilon=ep)
H A Dtest_delta.py167 diff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
998 diff = DeepDiff(result, t2, ignore_order=True, report_repetition=True)
1202 diff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
1217 diff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
1232 diff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
1253 diff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
1264 diff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
1307 Delta(DeepDiff(t1, t2, ignore_order=True))
/dports/devel/py-deepdiff/deepdiff-5.6.0/docs/
H A Dignore_order.rst18 List difference with ignore_order=False which is the default:
33 >>> ddiff = DeepDiff(t1, t2, ignore_order=True)
42 Sometimes single *ignore_order* parameter is not enough to do a diff job,
58 >>> DeepDiff(t1, t2, ignore_order=True)
63 >>> DeepDiff(t1, t2, ignore_order=True, ignore_order_func=ignore_order_func)
77 >>> ddiff = DeepDiff(t1, t2, ignore_order=True, report_repetition=True)
188 Note that it is only used when ignore_order = True.
197 >>> DeepDiff(t1, t2, ignore_order=True, cutoff_distance_for_pairs=0.3)
199 >>> DeepDiff(t1, t2, ignore_order=True, cutoff_distance_for_pairs=0.1)
213 Note that it is only used when ignore_order = True.
[all …]
H A Ddiff_doc.rst19 Note that it is only used when ignore_order = True.
24 Note that it is only used when ignore_order = True.
66 ignore_order : Boolean, default=False
68 Normally ignore_order does not report duplicates and repetition changes.
69 In order to report repetitions, set report_repetition=True in addition to ignore_order=True
72 …:ref:`ignore_order_func_label` Sometimes single *ignore_order* parameter is not enough to do a dif…
114 …bjects to pin point what exactly is different. This is only used when ignore_order=True. A new pas…
117 … to run on objects to pin point what exactly is different. This is only used when ignore_order=True
133 It only works when ignore_order is set to True too.
H A Dfaq.rst7 Q: DeepDiff report is not precise when ignore_order=True
54 …>>> pprint(DeepDiff(t1, t2, ignore_order=True, cutoff_distance_for_pairs=1, cutoff_intersection_fo…
H A Ddeep_distance.rst36 >>> DeepDiff([[2, 1]], [[1, 2, 3]], ignore_order=True, get_deep_distance=True)
76 >>> diff1=DeepDiff(t1, t2, ignore_order=True, cache_size=5000, get_deep_distance=True)
101 >>> diff2=DeepDiff(t1, t2, ignore_order=True, cache_size=5000, cutoff_intersection_for_pairs=1, get…
H A Ddiff.rst18 ignore_order
H A Dchangelog.rst17 …y support, Fixing tuples comparison when ignore_order=True, Dramatically improving the results whe…
46 - v2-5-0: Adding ContentHash module to fix ignore_order once and for all.
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Dmulti.py965 def concat_and_check(dfs, ignore_order=False): argument
968 return methods.concat(dfs, axis=1, ignore_order=ignore_order)
978 kwargs.update({"ignore_order": ignore_order})
988 kwargs.update({"ignore_order": ignore_order})
1098 ignore_order=False, argument
1214 dfs, axis=axis, join=join, ignore_order=ignore_order, **kwargs
1228 return concat_unindexed_dataframes(dfs, ignore_order=ignore_order, **kwargs)
1247 dfs, divisions, join=join, ignore_order=ignore_order, **kwargs
1251 dfs, join=join, ignore_order=ignore_order, **kwargs
1256 dfs, divisions, join=join, ignore_order=ignore_order, **kwargs
[all …]
H A Ddispatch.py139 def union_categoricals(to_union, sort_categories=False, ignore_order=False): argument
141 return func(to_union, sort_categories=sort_categories, ignore_order=ignore_order)
H A Dbackends.py295 def union_categoricals_pandas(to_union, sort_categories=False, ignore_order=False): argument
297 to_union, sort_categories=sort_categories, ignore_order=ignore_order
376 ignore_order = kwargs.pop("ignore_order", False)
388 union_categoricals(dfs, ignore_order=ignore_order), name=dfs[0].name
481 out[col] = union_categoricals(parts, ignore_order=ignore_order)
499 union_categoricals(dfs2, ignore_order=ignore_order),
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reshape/
H A Dtest_union_categoricals.py181 res = union_categoricals([c1, c2], ignore_order=True)
187 union_categoricals([c1, c2], ignore_order=False)
189 res = union_categoricals([c1, c1], ignore_order=True)
193 res = union_categoricals([c1, c1], ignore_order=False)
200 res = union_categoricals([c1, c2], ignore_order=True)
207 res = union_categoricals([c1, c2], ignore_order=True)
211 res = union_categoricals([c2, c1], ignore_order=True, sort_categories=True)
217 result = union_categoricals([c1, c2], ignore_order=True)
223 union_categoricals([c1, c2], ignore_order=False)
/dports/sysutils/py-dict-toolbox/dict-toolbox-60ae07cb72c49918917c681fdcc3df88813b036b/dict_tools/
H A Ddata.py383 ignore_order: bool = False,
404 if isinstance(old, Mapping) and isinstance(new, Mapping) and not ignore_order:
422 ignore_order=ignore_order,
453 ignore_order=ignore_order,
476 if ignore_order:
483 ignore_order=ignore_order,
497 ignore_order=ignore_order,
/dports/math/py-pandas/pandas-1.2.5/pandas/core/dtypes/
H A Dconcat.py175 to_union, sort_categories: bool = False, ignore_order: bool = False
307 if sort_categories and not ignore_order and ordered:
317 elif ignore_order or all(not c.ordered for c in to_union):
336 if ignore_order:
/dports/sysutils/py-dict-toolbox/dict-toolbox-60ae07cb72c49918917c681fdcc3df88813b036b/tests/dict_tools/
H A Dtest_data.py169 ignore_order=True,
184 ignore_order=True,
192 ignore_order=True,
201 ignore_order=True,
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Ddata.py1345 old, new, ignore_keys=None, ignore_order=False, ignore_missing_keys=False
1370 and not ignore_order
1389 ignore_order=ignore_order,
1422 ignore_order=ignore_order,
1438 if ignore_order:
1445 ignore_order=ignore_order,
1459 ignore_order=ignore_order,
/dports/devel/py-frictionless/frictionless-4.18.2/frictionless/steps/
H A Dtable.py135 ignore_order=False, argument
139 self.setinitial("ignoreOrder", ignore_order)
148 ignore_order = self.get("ignoreOrder")
157 function = petl.recordcomplement if ignore_order else petl.complement
159 if use_hash and not ignore_order:
/dports/devel/py-deepdiff/deepdiff-5.6.0/deepdiff/
H A Dserialization.py194 result = DeltaResult(tree_results=self.tree, ignore_order=self.ignore_order)
196 if report_repetition_required and self.ignore_order and not self.report_repetition:
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dtracking.rs378 ignore_order: bool, field
394 ignore_order: false, in new()
409 ignore_order: bool, in ack_freq()
418 self.ignore_order = ignore_order; in ack_freq()
492 || (pn != next_in_order_pn && !self.ignore_order) in set_received()
670 ignore_order: bool, in ack_freq()
675 .ack_freq(seqno, tolerance, delay, ignore_order); in ack_freq()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dtracking.rs378 ignore_order: bool, field
394 ignore_order: false, in new()
409 ignore_order: bool, in ack_freq()
418 self.ignore_order = ignore_order; in ack_freq()
492 || (pn != next_in_order_pn && !self.ignore_order) in set_received()
670 ignore_order: bool, in ack_freq()
675 .ack_freq(seqno, tolerance, delay, ignore_order); in ack_freq()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dtracking.rs378 ignore_order: bool, field
394 ignore_order: false, in new()
409 ignore_order: bool, in ack_freq()
418 self.ignore_order = ignore_order; in ack_freq()
492 || (pn != next_in_order_pn && !self.ignore_order) in set_received()
670 ignore_order: bool, in ack_freq()
675 .ack_freq(seqno, tolerance, delay, ignore_order); in ack_freq()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/frames/
H A Dquic_ack_frequency_frame.cc26 << ", ignore_order: " << frame.ignore_order << " }\n"; in operator <<()

123