From 96a3f2b2950451a478c951e642a4aa188219682b Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Tue, 17 Dec 2019 15:44:56 -0700 Subject: Add ignores --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index 3cfa1bfb6..3bf86572e 100644 --- a/main.py +++ b/main.py @@ -178,7 +178,7 @@ def pl(): plot_axis.set_ylabel('mae') plot_axis.set_title('mae for different tr_sizes') # Get the figure and save it. - # plot_axis.get_figure().savefig('data\\figs\\mae_diff_tr_sizes.pdf') + # plot_axis.get_figure().savefig('.figs\\mae_diff_tr_sizes.pdf') # Get the rest of the benchmark data and drop unnecesary column. new_data = data.drop(index=range(0, 22)) @@ -207,7 +207,7 @@ def pl(): last_axis.set_ylabel('mae') last_axis.set_title('mae for different parameters of lj(s)') - last_axis.get_figure().savefig('data\\figs\\mae_diff_param_lj_s.pdf') + last_axis.get_figure().savefig('.figs\\mae_diff_param_lj_s.pdf') ndf_axis = nd_first.plot(x='tr_size', y='1, 1', @@ -230,7 +230,7 @@ def pl(): last_axis.set_ylabel('mae') last_axis.set_title('mae for different parameters of lj(e)') - last_axis.get_figure().savefig('data\\figs\\mae_diff_param_lj_e.pdf') + last_axis.get_figure().savefig('.figs\\mae_diff_param_lj_e.pdf') if __name__ == '__main__': -- cgit v1.2.3-54-g00ecf