OasisLMF / OasisUI

User Interface for the Oasis platform.
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

UI does not support PLA #308

Closed macabuag closed 12 months ago

macabuag commented 1 year ago

Issue Description

UI does not support the ‘pla’:true flag in the analysis_settings.json. This means that PLA cannot be applied via the UI.

Steps to Reproduce (Bugs only)

  1. Run a model with PLA defined using the MDK twice, by setting the ‘pla’: flag in the analysis_settings.json to true and to false.
  2. Deploy the same model to the Platform and run via the UI, you will obtain the same results as the MDK run above with the ‘pla’:false flag in the analysis_settings.json
  3. There is no way to recreate the ‘pla’:true results via the UI

How can this functionality be enabled via the UI?