renamed file in mcsm_na to be consistent

This commit is contained in:
Tanushree Tunstall 2021-02-18 10:51:17 +00:00
parent 501492f9fb
commit 84fccfbbb6
3 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,8 @@ Created on Fri Feb 12 12:15:26 2021
import os import os
homedir = os.path.expanduser('~') homedir = os.path.expanduser('~')
os.chdir (homedir + '/git/LSHTM_analysis/dynamut') os.chdir (homedir + '/git/LSHTM_analysis/dynamut')
from submit import * from submit_dynamut import *
from get_results import * from get_results_dynamut import *
#%%##################################################################### #%%#####################################################################
#EXAMPLE RUN for different stages #EXAMPLE RUN for different stages
#===================== #=====================