Closed meliache closed 3 years ago
Hi @meliache, #147 is a duplicate of this ticket. I created a ticket without Assignee field filled, and then I was confused by the github interface to correct this.
Oh sorry, I somehow totally overlooked #147 . I don't think you have the rights to assign people to issues, but pinging me in case of an absence of answers (via @
or the usual chat/email channels) is the right thing to do :+1:
Ok, thanks. I will test the solution today
For multiple gbasf2 output subs, b2luigi moves subsequent sub-directories into the output-dir instead of just their contents
Given the grid output of a job contains multiple data-blocks (each with up to a 1000 output files) of ntuple-files, e.g. for an output named
B.root
:Then b2luigi will move the contents of
sub00
toHowever, for the other subs, because the
B.root
directory already exists, theshutil.move
will move the outputs intoThanks for @eckerpatrick for pointing this out to me.
Testing with multiple data-blocks on the grid is not easy because the downloading can take over half a day. But I still think I should put the moving functionality into an own function and test-it with some empty dummy
.root
files. As this bug demonstrates, sometimes just writing some quick code and thinking there is nothing that could go wrong is no enough 🙈.root
files