prepare for 'sam fitting'
This commit is contained in:
parent
8a806334bd
commit
309b30b9fa
@ -14,8 +14,8 @@ from helperFunctions import plot_errors
|
|||||||
|
|
||||||
import multiprocessing as mp
|
import multiprocessing as mp
|
||||||
|
|
||||||
SAVE_DIRECTORY = "./results/ref_and_tau/no_ref_period/"
|
SAVE_DIRECTORY = "./results/final_sam/"
|
||||||
SAVE_DIRECTORY_BEST = "./results/ref_and_tau/nrp_best/"
|
SAVE_DIRECTORY_BEST = "./results/final_sam_best/"
|
||||||
|
|
||||||
# SAVE_DIRECTORY = "./results/ref_and_tau/no_dend_tau/"
|
# SAVE_DIRECTORY = "./results/ref_and_tau/no_dend_tau/"
|
||||||
# SAVE_DIRECTORY_BEST = "./results/ref_and_tau/ndt_best/"
|
# SAVE_DIRECTORY_BEST = "./results/ref_and_tau/ndt_best/"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
for file in data/ref_and_dend_set/*; do
|
for file in data/final_sam/*; do
|
||||||
if [ -d "$file" ]; then
|
if [ -d "$file" ]; then
|
||||||
nice python3 run_Fitter.py --cell $file
|
nice python3 run_Fitter.py --cell $file
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user