nelse003 / exhaustive_search

Testing exhaustive search algorithms for crystallographic occupancy refinement and surrounding problems
0 stars 0 forks source link

Replace os.system calls to python call, and subprocess. #44

Closed nelse003 closed 6 years ago

nelse003 commented 6 years ago

In validation.py, the call to exhaustive search uses a system call to python. This is bad practice

nelse003 commented 6 years ago

This is now removed for everything other than qsub, set as #58

copyatoms.py: which is not used in main process [wontfix] refinement.py: which is not used in the main process [wontfix]