I try to run an experiment with variables configured in "configuration" "configuration":{ "waitTime": 3 }
There it´s defined as Number
Then I want to use this var in pauses
"pauses":{ "after": "${waitTime}"}
This results into an error that pauses needs a Number
Can it be fixed that variables can be uses also in "pauses" ?
although the parametric fitter has a pandas fit option. Need to extend that to nonparametric and different data wrangling utils. Once done need to update docs.
🔖 Daily-updated reading list for designing High Scalability 🍒, High Availability 🔥, High Stability 🗻 back-end systems - Pull requests are greatly welcome 👬 I hope you will find this project helpful 🍀 Please help me share it to more and more people ❤️ Thank you - 谢谢 - धन्यवाद - ধন্যবাদ - Спасибо - شكرا - Merci - Gracias - Danke - Cảm ơn! 🙇
I try to run an experiment with variables configured in "configuration"
"configuration":{ "waitTime": 3 }There it´s defined as Number
Then I want to use this var in pauses
"pauses":{ "after": "${waitTime}"}This results into an error that pauses needs a Number
Can it be fixed that variables can be uses also in "pauses" ?