示例#1
0
 def test_init_agent(self):
     opts = Opt()
     opts.no_default_behavior = False
     opts.semseg_model_path = None
     opts.geoscorer_model_path = None
     opts.nsp_model_dir = None
     opts.nsp_data_dir = None
     opts.nsp_embedding_path = None
     opts.model_base_path = None
     opts.QA_nsp_model_path = None
     opts.ground_truth_file_path = ""
     opts.semseg_model_path = ""
     opts.geoscorer_model_path = ""
     # test does not instantiate cpp client
     opts.port = -1
     opts.no_default_behavior = False
     CraftAssistAgent(opts)
示例#2
0
 def test_init_agent(self):
     CraftAssistAgent()