taipy
taipy copied to clipboard
data_node_selector does not select the right data node when multiple scenario
- Here, I have created two scenarios:
prediction_scenarioand2016 - I have selected the scenario
prediction_scenariousing the scenario_selector (1) - I want to select the
predictiondata node of the scenario2016, so I select it using the data node selector (2) - The data node viewer shows me the
predictiondata node ofprediction_scenarioinstead of2016(3)
Expected Outcome: Selecting a data node using the data node viewer should override the scenario selector and select the correct data node of the correct scenario.
Can you provide the code you are using?
Ah yes my bad, the code is this repo: https://github.com/Avaiga/demo-yearly-prediction
thx.
The code comes from a template generation. It can be a bug in taipy-template then.
Can you extract a reproduction example ?
I tried on a smaller reproduction example and the issue was fixed. The issue seems to come from the build_dn_partial that existed in our template but the template has been updated to remove this function. Closing this as this is not an issue anymore/