Skip to content

Commit

Permalink
0814
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Tian authored and Su Tian committed Aug 15, 2020
1 parent 538ef8d commit 37a22e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run(input_name, analysis, solver, smdim, scrnout=True):
analysis = analysis.replace('d', 'l')
cmd.append(analysis.upper())

cmd = ' '.join(cmd)
# cmd = ' '.join(cmd)

# try:
if scrnout:
Expand Down
2 changes: 1 addition & 1 deletion ms/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def solveGEBT(beam_xml, scrnout=True):

def runGEBT(fn_input, scrnout=True):
cmd = ['gebt', fn_input]
cmd = ' '.join(cmd)
# cmd = ' '.join(cmd)

try:
sys.stdout.write(' - running gebt...\n')
Expand Down

0 comments on commit 37a22e4

Please sign in to comment.