Commit 5fe39b53 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

renaming

parent c5298bda
...@@ -8,7 +8,7 @@ import yaml ...@@ -8,7 +8,7 @@ import yaml
import gc import gc
gc.enable() gc.enable()
def runSim(Catalog): def run_sim(Catalog):
""" """
Main method for simulation call. Main method for simulation call.
""" """
...@@ -59,7 +59,7 @@ def runSim(Catalog): ...@@ -59,7 +59,7 @@ def runSim(Catalog):
chips=config["obs_setting"]["run_chips"]) chips=config["obs_setting"]["run_chips"])
if __name__=='__main__': if __name__=='__main__':
runSim(Catalog=Catalog_example) run_sim(Catalog=Catalog_example)
# To run cycle-3 simulation # To run cycle-3 simulation
# from Catalog.C3Catalog import C3Catalog # from Catalog.C3Catalog import C3Catalog
# runSim(Catalog=C3Catalog) # run_sim(Catalog=C3Catalog)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment