opencv/modules/ts
cclauss de99f53e94 Don't forget self in table_formatter.py
__ridx__ is an _undefined name_ in this context but __self.ridx__ is used three other times in this method and nine times in this class.  Undefined names may raise [NameError](https://docs.python.org/3/library/exceptions.html#NameError) at runtime.

flake8 testing of https://github.com/opencv/opencv

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./modules/ts/misc/table_formatter.py:50:23: F821 undefined name 'ridx'
            self.rows[ridx + 1].props = properties
                      ^
```
2018-05-03 08:24:24 +02:00
..
include/opencv2 add new comparison to tolerate with rounding error 2018-04-19 17:31:42 +09:00
misc Don't forget self in table_formatter.py 2018-05-03 08:24:24 +02:00
src refactor: don't use CV_ErrorNoReturn() internally 2018-04-24 15:38:42 +03:00
CMakeLists.txt ts: added findDataFile() utility function and SkipTestException 2016-11-29 23:17:39 +03:00