We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b085a3 commit a94e5baCopy full SHA for a94e5ba
01_extrapolation_trajectories.py
@@ -26,8 +26,6 @@
26
nnextrap_root_relpath = ".."
27
pretrained_dir = "nn-extrapolation-models/pretrained_models"
28
29
-import constants
30
-import utils
31
import encode as enc
32
import inference as inf
33
import inference_lr as inf_lr
@@ -135,4 +133,4 @@
135
133
136
134
137
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'))
+ func_df.to_csv(join(nnextrap_root_relpath, 'gen_data/mut_func_'+direction+'.csv'))
0 commit comments