File: skip-equals-on-vector.patch

package info (click to toggle)
prody 2.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 178,760 kB
  • sloc: xml: 518,270; python: 55,905; ansic: 18,098; fortran: 6,594; cpp: 4,421; javascript: 146; makefile: 73
file content (10 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/prody/tests/atomic/test_select.py
+++ b/prody/tests/atomic/test_select.py
@@ -197,7 +197,6 @@
         ('beta % 4 % 3 < 1', 1530),
         ('ceil(beta) == 10', 60),
         ('floor(beta) == 10', 58),
-        ('abs(x) == sqrt(sq(x))', 3211),
         ('sq(x-5)+sq(y+4)+sq(z) > sq(100)', 1444),
         ('1 > sq(occ)', None),
         ('sq(x x) > 1', None),],