Jeremy Coyle

Results 37 comments of Jeremy Coyle

@nhejazi is there an MRE for this or should we close?

Cleaned up example with fix: ``` library(sl3) library(tmle3) library(tidyverse) ist_data

This is actually an issue with the interaction between `delayed` and `replicate`. Both `delayed` and `replicate` use nonstandard evaluation (NSE), and their usage conflicts. `delayed` evaluates all function arguments before...

A similar issue: ``` no_args Error in which(sapply(private$.dependencies, inherits, "Delayed")) : argument to 'which' is not logical

this also applies to `hts`

I'm using the checkpoint from `https://storage.googleapis.com/dm-tapnet/causal_tapir_checkpoint.npy`. I see that above I'm referencing a TAP-Net config, so I tried again with a TAPIR config, and got the same error.

Please let me know if there is any more info I can provide or debugging steps on my end.