Skip to content

Visualization fixes#262

Merged
nllong merged 5 commits intodevelopfrom
visualization-fixes
Jan 31, 2018
Merged

Visualization fixes#262
nllong merged 5 commits intodevelopfrom
visualization-fixes

Conversation

@kflemin
Copy link
Copy Markdown
Contributor

@kflemin kflemin commented Jan 25, 2018

Fixes for issues #243 (scatter plot) and #258 (parallel coords plot).
Also added key 'total_datapoints' to analysis status.json

@kflemin kflemin requested review from nllong and rHorsey January 25, 2018 20:37
Copy link
Copy Markdown
Member

@nllong nllong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. one small change if you can.

I will look into fixing the CI machines.

analysis_type: a.analysis_type,
run_flag: a.run_flag,
exit_on_guideline_14: a.exit_on_guideline_14,
total_datapoints: a.data_points.where(:status.in => job_statuses).only(:id).count,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we really need to go and clean up all the two word data_points.


var color = d3.scale.category10();

var excludedData = ['wwr_west_static', 'data_point_uuid', '_id', 'name', 'run_start_time', 'run_end_time', 'status', 'status_message'];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to populate this list from some sort of metadata item in the variable list.

  • remove wwr_west_static -- that is way to custom. I realize that is mine from years ago :(

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.03%) to 60.607% when pulling 5c520c7 on visualization-fixes into ba1cfa6 on develop.

@nllong nllong merged commit ef25bc7 into develop Jan 31, 2018
@nllong nllong deleted the visualization-fixes branch January 31, 2018 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants