Simon Adorf

Results 128 comments of Simon Adorf
trafficstars

@yoavnash I think the actual issue that @CasperWa brought up, is that it is not possible to deserialize a CUDS container object in case that the ontologies cannot be downloaded...

@b-butler I am having a bit trouble understanding your proposed solution. Could you maybe break this down a bit further and/or create some visual like a class diagram or so?...

So you would replace the `_FlowProjectClass` metaclass with registry attributes that collect across the *MRO*?

I think we need some nice overview diagram that demonstrates how all of these components work together. Otherwise the discussion is very different to follow.

Here are some thoughts on how we could approach this: 1. Use a highly modular fixture hierarchy for everything. The fixture concept is the most powerful pytest feature IMO and...

I agree with @bdice here. I don't clearly see the user-benefit to moving all arguments and options into a single decorator. The current API clearly delineates the description of the...

I agree with @justinGilmer that the most natural way is probably to extend the template. I believe this will also give us the best chance to not break existing scripts....

> I am not so certain that workflow logic and execution are meaningful to separate. They are certainly different, but I am not sure that warrants their separation, and I...

> @csadorf any thoughts on what the implementation would like like now, given that the prefix logic has moved into the environment classes? I assume it would be handled in:...