• Guillaume Blanchy's avatar
    Updates for working webinterface with new process_commands() · d0fde750
    Guillaume Blanchy authored
    - fix passing sequence with new process_commands
    - update process_commands as json.loads() parse recursively
    - update index.html pseudo-section (+ hover info)
    - comment double info log in run_sequence_async
    - fix update_settings by adding '_settings' to common cmd_id with set_sequence (from http_interface)
    d0fde750
ErrorCrit.R 181 bytes
ErrorCrit <- function(InputsCrit,OutputsModel,FUN_CRIT, warnings = TRUE, verbose = TRUE){
    return( FUN_CRIT(InputsCrit,OutputsModel, warnings = warnings, verbose = verbose) )