UBC-MDS / DSCI_522_Group304

DSCI 522 Group 304 Project - Are There Differences in FSA Scores Between Subgroups?
MIT License
0 stars 5 forks source link

Milestone 4 - Add test for the functions #91

Closed zouwenjiao closed 4 years ago

zouwenjiao commented 4 years ago

To modify our milestone 2 from TA's feedback, we should write tests for all the functions we use.

annychih commented 4 years ago

I added tests for the following scripts:

  1. load_data.R
  2. clean_data.py
  3. add_subgroup_info.py
  4. filter_schools_both_subgroups.py
  5. plot_publicindep_boxplots.R
  6. plot_subgroupsj_boxplots.R
zouwenjiao commented 4 years ago

I added tests for the following scripts:

  1. data_viz_tab.R
  2. plot_publicindep_histogram.R
  3. plot_subgroup_histogram.R