File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def test_warn_string():
118118 df_conc = pd .read_csv ("test_data/conc_data.csv" )
119119 assert (
120120 warn_string (df_conc , type_dict )
121- == "\n Expected column(s) missed, The dataset schema may\n have changed. Please investigate and amend the code.\n \n Columns needed:\n pcr_conc_smoothed\n timestamp\n \n Columns available:\n Unnamed: 0\n key_plot_id \ n date\n pcr_conc_smoothed \n normalization\n "
121+ == "\n Expected column(s) missed, The dataset schema may\n have changed. Please investigate and amend the code.\n \n Columns needed:\n pcr_conc_smoothed\n timestamp\n \n Columns available:\n Unnamed: 0\n date\n key_plot_id \n normalization\n pcr_conc_smoothed \n "
122122 )
123123
124124
@@ -132,7 +132,7 @@ def test_formatting():
132132 df = df .rename (columns = {"date" : "timestamp" })
133133 df = df .astype (type_dict )
134134
135- df_formatted = add_population (df , df_metric )
135+ df_formatted = reformat (df , df_metric )
136136
137137 assert all (
138138 df_formatted .columns
You can’t perform that action at this time.
0 commit comments