Skip to content

Commit a94e5ba

Browse files
committed
remove unnused imports from 01_extrapolation_trajectories.py
1 parent 4b085a3 commit a94e5ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

01_extrapolation_trajectories.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
nnextrap_root_relpath = ".."
2727
pretrained_dir = "nn-extrapolation-models/pretrained_models"
2828

29-
import constants
30-
import utils
3129
import encode as enc
3230
import inference as inf
3331
import inference_lr as inf_lr
@@ -135,4 +133,4 @@
135133

136134

137135
func_df = pd.DataFrame(data=list(zip(*func_all_list)), columns=label_list)
138-
func_df.to_csv(join(nnextrap_root_relpath, 'gen_data/mut_func_'+direction+'_tmp.csv'))
136+
func_df.to_csv(join(nnextrap_root_relpath, 'gen_data/mut_func_'+direction+'.csv'))

0 commit comments

Comments
 (0)