Skip to content

Commit

Permalink
remove unused imports, address changes from @nsryan2
Browse files Browse the repository at this point in the history
  • Loading branch information
abachma2 committed May 30, 2023
1 parent 2814426 commit 653595a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
6 changes: 2 additions & 4 deletions input/haleu/optimization/once-through/moga_driver.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import numpy as np
import subprocess
import dakota.interfacing as di
import sys
import os
from turtle import up

sys.path.append('../../../../scripts')
import create_AR_DeployInst as cdi
import output_metrics as oup
import dakota_input as inp
# import output as oup

# ----------------------------
# Parse Dakota parameters file
# ----------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import numpy as np
import subprocess
import dakota.interfacing as di
import sys
import os
from turtle import up

sys.path.append('../../../../../scripts')
import create_AR_DeployInst as cdi
import output_metrics as oup
import dakota_input as inp
# import output as oup
# ----------------------------
# Parse Dakota parameters file
# ----------------------------
Expand Down Expand Up @@ -95,5 +92,3 @@
'Xe-100':'spent_xe100_haleu',
'VOYGR':'spent_smr_fuel'})
results.write()

#os.system('rm ' + output_sqlite)
4 changes: 1 addition & 3 deletions input/haleu/optimization/once-through/moga_tuning/tuning.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import numpy as np
import sys
import os
from random import uniform

sys.path.append('../../../../../scripts')
import dakota_input as inp

Expand Down

0 comments on commit 653595a

Please sign in to comment.