Skip to content
Snippets Groups Projects
Commit d0743428 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[qa] Minor fix

parent 8a370b3a
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
Pipeline #76735 failed
...@@ -126,4 +126,4 @@ def test_loading(): ...@@ -126,4 +126,4 @@ def test_loading():
if limit == 0: if limit == 0:
break break
_check_loaded_batch(batch) _check_loaded_batch(batch)
limit -= 1 limit -= 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment