Michael Eliachevitch

Results 47 comments of Michael Eliachevitch

I looked more carefully at the code of [pickable_basf2.py](https://gist.github.com/meliache/49868490150626036f05c0da290f7681#file-pickable_basf2-py) (the link ist for a gist version in case you don't have a basf2 copy anymore). Seems that it is geared...

Conditions have been added via #77. I discussed an idea for a more general solution in [this comment](https://github.com/nils-braun/b2luigi/pull/77#issuecomment-802497320)

This is something I had seen when re-starting the b2luigi job submission script. B2luigi then doesn't resubmit jobs for which the outputs already exist, but it doesn't when a particular...

> But in htcondor there is a mechanism where b2luigi resubmits the failed jobs no? > I remember somewhere there was an option for setting the number of resubmissions, although...

While testing I got the following error after a while and I'm trying to find out how it's related: ``` INFO: Worker Worker(salt=572125441, workers=800, host=naf-belle11.desy.de, username=meliache, pid=28250) was stopped. Shutting...

The code formatting here is just broken: https://b2luigi.readthedocs.io/en/stable/documentation/api.html#b2luigi.Task.get_input_file_names_from_dict Maybe @welschma can take a look when he has some time?

I fixed the first half of warnings including the broken formatting in #66. The second half of warnings still remains: ``` /home/michael/basf2/externals/v01-09-01/Linux_x86_64/common/lib/python3.6/site-packages/b2luigi/basf2_helper/data.py:docstring of b2luigi.basf2_helper.data.CdstDataTask.output:13: WARNING: undefined label: task.output (if the...