Implementation my_generator class
First check usage together with @kleinert1 and find a representative name and location for this class.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- A deleted user added enhancement label
added enhancement label
- Ghost User added 18m of time spent at 2019-11-11
added 18m of time spent at 2019-11-11
- Author Contributor
SUGGESTION
The name
my_generator
is not really meaningfull.Function of this class
- merge generators if they fit together in allocated disk space
- split generator if it is too large for the allocation
New Name (Ideas)
- There are two operations: merge & split -> this a distribution handling. Name this class like
generator_distributor
or justdistributor
- Ghost User added 7m of time spent at 2019-11-21
added 7m of time spent at 2019-11-21
- Ghost User changed time estimate to 3h
changed time estimate to 3h
- Author Contributor
@kleinert1 is there any usage of the methods
def batch_generator
anddef joint_generator
or is this replaced bydef joint_generator_batch
? - Ghost User added 2h 8m of time spent at 2019-12-05
added 2h 8m of time spent at 2019-12-05
- Author Contributor
I think they are replaced by
joint_generator_batch
- Ghost User added 3h 12m of time spent at 2019-12-06
added 3h 12m of time spent at 2019-12-06
- Author Contributor
comment on time overrun:
- I am still trying to adjust the test teardown, so that downloaded data is deleted after a test to be more independent to other tests (on of course the execution order=
- Ghost User mentioned in commit 1dfeaaed
mentioned in commit 1dfeaaed
- Ghost User added 3h 41m of time spent at 2019-12-09
added 3h 41m of time spent at 2019-12-09
- Ghost User changed milestone to %Training
changed milestone to %Training
- A deleted user added merged in Develop label
added merged in Develop label
- Ghost User closed via commit 1dfeaaed
closed via commit 1dfeaaed
- Ghost User closed via merge request !24 (merged)
closed via merge request !24 (merged)