sbailey / surveyqa

DESI Survey QA Dashboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Merge clean #18

Closed rdoshi99 closed 5 years ago

rdoshi99 commented 5 years ago

I cleaned up the differences between the master and the nightlyplots page. This involved removing the exptype_counts barplot and overlaid_histogram plots but this should resolve all the messy merging issues. They are saved on my laptop and will be re-added in new branches after this is merged with master. The pull request from the branch Nightlyplots is deprecated.

sbailey commented 5 years ago

Not having exptype counts broke running surveyqa, since it was still in the HTML template for and passed as an argument to jinja2.Template(template).render(...). I just re-added that from master.

After this is merged, please update from master and start a new branch to add overlaid_histogram. Thanks.