Known Issues and Limitations

The following are known issues at the time of release, as well as system and software limitations:

  • When trying to copy and paste data from the design table in monitoring to the approximation design table, data is mixed up. It works for data from the Result Designs tab in optiSLang but not for the designs table in the monitoring itself.

    Use the JSON export/import functionality instead.

  • Some standard Python commands that work in base Python and optiSLang Python do not work in optiSLang Postprocessing Python. For example:

    values = [5,4,3,2,1]
    
    b = [values[i] for i in range(0,4)]
  • Script based nodes are being switched to the modified state when registering inputs and outputs using drag and drop from the editor. This leads to optiSLang asking if the file should be saved when it is actually not required. This applies to the following nodes:

    • Python

    • Matlab

    • Octave

    You can discard the file when prompted.

  • Nodes (for example, the Python integration node) fail to run with Linux kernel versions between 4.18.0-348 and 4.18.0-393.

    Workaround: Update the Linux kernel to version 4.18.0-394 or later.