Raman Shah
Raman Shah
Agreed - one way to do this might be to make a "mistake" with one of the `one_sample_location` methods and then blow it away. We can mention in the text...
@stephens999 - one question about this: you mentioned that currently `run_output_parsers` can implement a whole pipeline for a single method and that it might be okay to limit ourselves to...
Excellent, got it, thanks much. If we rule out the "a to b to c" case, we can have each method "own" a set of (zero or more) output parsers...
@BenjaminPeter I was going to ask you to re-run roxygen2 to document your function, but you're one step ahead of me. :) I think the build failure was just a...
I've thought about this strategy. Here are my reasons for hesitation: 1. Some clusters have an enormous amount of latency between job submission and job execution. I've done a lot...
Sounds good.
Probably addresses #23 as well.
I rant about reproducibility a bit here: https://github.com/stephens999/dscr/issues/43 I agree with Matthew that putting the burden on the user to nimbly and selectively reset subsets of the whole dsc is...
Sounds good.
We'll need to balance flexibility and usability/correctness, though: every step at which a software system caches state makes it harder to think about, harder to document, and more vulnerable to...