Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
5d25a697
Commit
5d25a697
authored
Mar 02, 2021
by
Stephen
Committed by
Peterson, Peter
Mar 04, 2021
Browse files
Flake8 fix
parent
a558f928
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt/python/mantidqt/widgets/workspacedisplay/table/test/test_tableworkspacedisplay_view.py
View file @
5d25a697
...
...
@@ -104,7 +104,6 @@ class TableWorkspaceDisplayViewTest(unittest.TestCase):
self
.
assertEqual
(
BATCH_SIZE
,
presenter
.
view
.
model
().
rowCount
())
presenter
.
force_close
()
def
test_scrolling_updates_number_of_rows_fetched_batch
(
self
):
ws
=
CreateEmptyTableWorkspace
()
ws
.
addColumn
(
"double"
,
"l"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment