Skip to content
Snippets Groups Projects
Commit a695313a authored by mads's avatar mads
Browse files

cleaning up cluster_simulation.py

parent 04b4564f
No related branches found
No related tags found
2 merge requests!6Clustertools,!5Clustertools
from wetb.hawc2.simulation import Simulation, SimulationThread, INITIALIZING, ERROR, FINISH
from wetb.hawc2.htc_file import HTCFile
from wetb.hawc2.log_file import LogFile
from wetb.hawc2 import log_file
from wetb.hawc2.simulation import Simulation, SimulationThread
import os
import sys
import time
from threading import Timer, Thread
from threading import Thread
class ClusterSimulation(Simulation):
def __init__(self, modelpath, htcfilename, hawc2exe="HAWC2MB.exe"):
Simulation.__init__(self, modelpath, htcfilename, hawc2exe=hawc2exe)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment