debug message for prediction run time and gfs timestamp

pull/73/head
Jon Sowman 2010-07-21 03:13:50 -07:00
rodzic 968628b667
commit 712c1ef8b9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -231,6 +231,8 @@ function processProgress(progress) {
clearInterval(ajaxEventHandle);
// parse the data
getCSV(current_uuid);
appendDebug("Server gave a prediction run timestamp of "+progress['run_time']);
appendDebug("Server said it used the " + progress['gfs_timestamp'] + " GFS model");
addHashLink("uuid="+current_uuid);
} else if ( progress['pred_running'] != true ) {
$("#prediction_status").html("Waiting for predictor to run...");