uw-cmg / MAST

MAterials Simulation Toolkit for use with pymatgen
17 stars 8 forks source link

origin_dir may not set correctly #387

Closed cmgtam closed 10 years ago

cmgtam commented 10 years ago

Issue Chandana found: From within MAST/examples, mast -i defect_formation_energy.inp fails. It works with version 1.1.4 in my folder, because origin_dir in recipe-level metadata.txt is getting set to //home/tam/MAST/examples. However, in her directory, origin_dir in recipe-level metadata.txt is given as MAST/examples, without //home/chandana prepended to it.

Origin_dir is set in mast.py and may need to be made more robust

cmgtam commented 10 years ago

Assigning Chandana - when/why would os.getcwd() return MAST/examples instead of /home/user/MAST/examples?

ghost commented 10 years ago

Closed on my branch.