Is it possible to start a pipeline with select?
I am playing around with create_continuous and I would like to run this code snippet
select({
create_continuous(
[0.0,0.1,0.2],
[0,500,1000]) as testCurve,
})
->
select({apply_continuous(testCurve, [250,750])})
in isolation. Is this possible in RiskScape?