I’ve got this constant chop called params I use a constant thats inside in another constant fields expression, and that ends up causing the warning.
The warning I get is this:
Any idea what the correct approach I should take should be? Albeit this approach does work for me but I’d rather not see warnings.
Never mind solved this another way, though suggestions are welcome.
Hi @ariel_clarke,
as the channel “grid_size” is only being created by the CHOP, trying to look at it will cause a cook which will lead to a dependency loop. Instead use me.par.const0value to fetch the parameter value which already exits.
me.par.const0value
cheers Markus