Add expand_only option to SEQopts to return expanded dataset without running full analysis#46
Add expand_only option to SEQopts to return expanded dataset without running full analysis#46
expand_only option to SEQopts to return expanded dataset without running full analysis#46Conversation
…running full analysis
e8a5a73 to
02fc42b
Compare
…he expanded dataset
ryan-odea
left a comment
There was a problem hiding this comment.
I am a bit mixed on including this in the python version - I suppose it is not bad to include additional options to the user. It's not too difficult to inspect the class object after expansion has been applied (collect should be able to handle this at any time).
Wondering about your thoughts?
|
I was just trying to keep the R and Python packages with approx the same options. One difference/benefit this gives beyond skipping the computation: in We already have plenty of options, so one more doesn't add much overhead. So I'm still in favour of this. |
Adding the same option as per today's SEQTaRget PR.