From 03aa9761c617ae536ebe1f72c4ab425d0ca50598 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Sat, 24 Feb 2024 17:34:55 -0500 Subject: [PATCH] Format --- ams/interop/andes.py | 2 +- ams/routines/routine.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ams/interop/andes.py b/ams/interop/andes.py index 88624544..778b18bb 100644 --- a/ams/interop/andes.py +++ b/ams/interop/andes.py @@ -932,4 +932,4 @@ def make_link_table(adsys): 'gammap', 'gammaq', # gamma ] out = ssa_key[cols].sort_values(by='stg_idx', ascending=False).reset_index(drop=True) - return out \ No newline at end of file + return out diff --git a/ams/routines/routine.py b/ams/routines/routine.py index fb6d08a6..95fee913 100644 --- a/ams/routines/routine.py +++ b/ams/routines/routine.py @@ -1165,4 +1165,4 @@ def igraph( default_name += f"\n${input.tex_name}$" + f" [${input.unit}$]" ax.set_title(title if title else default_name, loc=title_loc) ig.plot(g, autocurve=autocurve, target=ax, **vstyle) - return ax, g \ No newline at end of file + return ax, g