diff --git a/LidDrivenCavity3D/assets/plot.py b/LidDrivenCavity3D/assets/plot.py index e6399176b..f66da9098 100644 --- a/LidDrivenCavity3D/assets/plot.py +++ b/LidDrivenCavity3D/assets/plot.py @@ -159,22 +159,22 @@ def main(campaign, comparisson=None): ), ) - plotter( - x=x, - y=y, - color=c, - style="solver_p", - post_pro_dir=post_pro_dir, - plot_type="line", - col="Host", - log=True, - df=df, - df_filter=Df_filter( - "gko_unprecond_speedup", - Df_filter("GKOCG", gkocg), - inner = lambda df: compute_speedup(df, bases, unprecond), - ), - ) + # plotter( + # x=x, + # y=y, + # color=c, + # style="solver_p", + # post_pro_dir=post_pro_dir, + # plot_type="line", + # col="Host", + # log=True, + # df=df, + # df_filter=Df_filter( + # "gko_unprecond_speedup", + # Df_filter("GKOCG", gkocg), + # inner = lambda df: compute_speedup(df, bases, unprecond), + # ), + # ) # comparisson against other results if comparisson: