From 399fae39d5e58ce227b528ce2cd751c62910a624 Mon Sep 17 00:00:00 2001 From: Gregor Olenik Date: Thu, 11 Jan 2024 10:31:16 +0100 Subject: [PATCH] show only gko values --- LidDrivenCavity3D/assets/plot.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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: