Home
last modified time | relevance | path

Searched refs:assert_greater (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/segmentation/tests/
H A Dtest_felzenszwalb.py6 from skimage._shared.testing import (assert_greater, test_parallel,
25 assert_greater(hist[i], 40)
35 assert_greater(counts.min() + 1, min_size)
42 assert_greater(counts.min() + 1, min_size)
H A Dtest_quickshift.py5 from skimage._shared.testing import (assert_greater, test_parallel,
25 assert_greater(hist[i], 20)
/dports/science/py-dipy/dipy-1.4.1/dipy/denoise/tests/
H A Dtest_patch2self.py3 from dipy.testing import (assert_greater, assert_less,
31 assert_greater(S0den_clip.min(), S0.min())
39 assert_greater(S0den_clip.min(), S0.min())
47 assert_greater(S0den_clip.min(), S0.min())
61 assert_greater(S0[9, 9, 9, 9], 290)
/dports/converters/pdf2djvu/pdf2djvu-0.9.17.1/tests/
H A Dtest-vector-fg.py18 assert_greater,
35 assert_greater(colors.get('\xFF\0\0', 0), 5000)
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_director.py27 nose.tools.assert_greater(len(pg.deprioritized), 0)
55 nose.tools.assert_greater(len(pg.deprioritized), 0)
56 nose.tools.assert_greater(len(pg.found), 0)
H A Dtest_constantpropagation.py30 nose.tools.assert_greater(len(prop.replacements), 0)
42 nose.tools.assert_greater(len(prop.replacements), 0)
H A Dtest_windows_args.py19 nose.tools.assert_greater(len(simgr.found), 0)
H A Dtest_driller_core.py33 nose.tools.assert_greater(len(simgr.diverted), 0)
H A Dtest_bindiff.py29 nose.tools.assert_greater(len(identical_functions), len(differing_functions))
H A Dtest_structurer.py176 nose.tools.assert_greater(len(codegen.posmap._posmap), 1)
177 nose.tools.assert_greater(len(codegen.nodemap), 1)
H A Dtest_function.py20 nose.tools.assert_greater(len(s), 10)
H A Dtest_accuracy.py44 nose.tools.assert_greater(len(trace), 0)
H A Dtest_vfg.py44 nose.tools.assert_greater(len(vfg.final_states), 0)
H A Dtest_cfgfast.py512 nose.tools.assert_greater(len(b), 0)
527 nose.tools.assert_greater(len(b), 0)
775 nose.tools.assert_greater(ptr_array_count, 2, msg="Missing some pointer arrays.")
H A Dtest_callable.py123 nose.tools.assert_greater(arg_conc, 1.0)
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/tests/
H A Dtest_pdffont.py1 from nose.tools import assert_equal, assert_greater
21 assert_greater(len(cmap.code2cid), 0)
/dports/science/pynn/PyNN-0.10.0/test/system/scenarios/
H A Dtest_synapse_types.py8 from nose.tools import assert_equal, assert_less, assert_greater, assert_not_equal
44 assert_greater(crossings[1].size, 0.4*spike_times.size)
/dports/security/py-pyvex/pyvex-9.0.5405/tests/
H A Dtest_lift.py40 nose.tools.assert_greater(len(b.exit_statements), 0)
47 nose.tools.assert_greater(len(b.exit_statements), 32)
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/tests/
H A Dtest_denoise.py10 from dipy.testing import (assert_true, assert_false, assert_greater,
84 assert_greater(denoised_data.min(), S0.min())
/dports/devel/py-cle/cle-9.0.5405/tests/
H A Dtest_overlap.py31 nose.tools.assert_greater(obj1.mapped_base, 0x8048000)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/python-skeletons/nose/tools/
H A D__init__.py116 def assert_greater(a, b, msg=None): function
/dports/science/py-dipy/dipy-1.4.1/dipy/testing/tests/
H A Dtest_testing.py16 npt.assert_raises(AssertionError, dt.assert_greater, 1, 2)
/dports/science/py-dipy/dipy-1.4.1/dipy/testing/
H A D__init__.py28 assert_greater = partial(assert_operator, op=operator.gt, variable
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/tests/
H A Dtest_regression.py226 nt.assert_greater(yhat_lin[0], yhat_log[0])
227 nt.assert_greater(yhat_log[20], yhat_lin[20])
228 nt.assert_greater(yhat_lin[90], yhat_log[90])
294 nt.assert_greater(self.df.x[x_binned == 0].min(),
296 nt.assert_greater(self.df.x[x_binned == 1].min(),
/dports/devel/thrust/thrust-1.9.5/testing/unittest/
H A Dassertions.h19 #define ASSERT_GREATER_WITH_FILE_AND_LINE(X,Y,FILE_,LINE_) unittest::assert_greater((X),(Y)…
222 void assert_greater(T1 a, T2 b,
234 void assert_greater(char a, char b,

12