Skip to content
Snippets Groups Projects
Commit b9f81da3 authored by leufen1's avatar leufen1
Browse files

correct tests

parent 326d94fc
No related branches found
No related tags found
4 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!461Merge Dev into issue400,!459Resolve "improve set keras generator speed"
Pipeline #106825 passed
...@@ -139,6 +139,8 @@ class DummyData: ...@@ -139,6 +139,8 @@ class DummyData:
def __init__(self, number_of_samples=np.random.randint(100, 150)): def __init__(self, number_of_samples=np.random.randint(100, 150)):
self.number_of_samples = number_of_samples self.number_of_samples = number_of_samples
self._len = self.number_of_samples
self._len_upsampling = self.number_of_samples
def __len__(self, upsampling=False): def __len__(self, upsampling=False):
if upsampling is False: if upsampling is False:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment