vograno

Results 12 comments of vograno

> It should look like this: > > ```python > all_vars = dr.list_available_variables() > o1_var, = [var for var in all_vars if var.name == "o1"] > deps = var.required_dependencies |...

> So yeah, don't know your use-case/what you need -- my general skepticism is that the contract should be at the level of the graph, not the function. I agree....