Example #1
0
 def tearDownClass(cls):
     project = Project(
         os.path.join(os.path.dirname(os.path.abspath(__file__)),
                      "hdf5_content"))
     ham = project.load(project.get_job_ids()[0])
     ham.remove()
     project.remove(enable=True)
Example #2
0
 def tearDownClass(cls):
     project = Project(
         os.path.join(os.path.dirname(os.path.abspath(__file__)),
                      "random_testing"))
     job = project.load(project.get_job_ids()[0])
     job.remove()
     project.remove(enable=True)
Example #3
0
 def tearDownClass(cls):
     cls.job.interactive_close()
     project = Project(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'random_testing_atomistic'))
     job = project.load(project.get_job_ids()[0])
     job.remove()
     project.remove(enable=True)
Example #4
0
 def tearDownClass(cls):
     file_location = os.path.dirname(os.path.abspath(__file__))
     project = Project(os.path.join(file_location, "random_testing_lib"))
     ham = project.load(project.get_job_ids()[0])
     ham.remove()
     project.remove(enable=True)