metamorph-inc / dig

0 stars 0 forks source link

Some csvs crash #1

Open ksmyth opened 8 years ago

ksmyth commented 8 years ago

Try https://github.com/metamorph-inc/run_mdao/blob/master/run_mdao/test/mdao_config_basic_CyPhy.json.output.csv Error in rawAbsMax - rawAbsMin : non-numeric argument to binary operator Error in rawAbsMax - rawAbsMin : non-numeric argument to binary operator

https://github.com/metamorph-inc/run_mdao/blob/master/run_mdao/test/mdao_config_constant.json.output.csv Error in rawAbsMax - rawAbsMin : non-numeric argument to binary operator Error in rawAbsMax - rawAbsMin : non-numeric argument to binary operator Warning: Unhandled error in observer: length of 'dimnames' [2] not equal to array extent observe({ print("Observing.") if (!(as.character(input[["colVar"]]) == "") && !is.null(isolate(colorData()))) { updateColorSlider() } })

ksmyth commented 8 years ago

I suppose it is the strings that are crashing it. Can you just ignore strings for now?