From d3b3e116c51d0d088442d4e800b24ddaf0d2d693 Mon Sep 17 00:00:00 2001 From: Shreyas Ananthan Date: Mon, 22 Jan 2024 10:37:43 -0700 Subject: [PATCH] Fix formatting of function objects file --- caelus/post/funcobj/forces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caelus/post/funcobj/forces.py b/caelus/post/funcobj/forces.py index 19bfbba..edb2984 100644 --- a/caelus/post/funcobj/forces.py +++ b/caelus/post/funcobj/forces.py @@ -190,10 +190,10 @@ class LiftDrag(FunctionObject): ('runOnLastIterOnly', False), ('porosity', True), ('outputRegionData', False), - ('writeFields', False) + ('writeFields', False), ] - def __call__(self, time: str =None): + def __call__(self, time: str = None): """Load the liftDrag file and return as pandas DataFrame.""" dtime = str(time) if time else self.latest_time dpath = self.root / dtime