Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Feb 24, 2024
1 parent b48e82a commit 03aa976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ams/interop/andes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
return out
2 changes: 1 addition & 1 deletion ams/routines/routine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
return ax, g

0 comments on commit 03aa976

Please sign in to comment.