remove logging information
This commit is contained in:
@@ -10,7 +10,7 @@ from metadrive.scenario.utils import get_number_of_scenarios
|
||||
|
||||
|
||||
def verify_loading_into_metadrive(dataset_path, result_save_dir=None, steps_to_run=0):
|
||||
print("================ Begin Scenario Loading oVerification ================ \n")
|
||||
print("================ Begin Scenario Loading Verification for {} ================ \n".format(result_save_dir))
|
||||
scenario_num = get_number_of_scenarios(dataset_path)
|
||||
if result_save_dir is not None:
|
||||
assert os.path.exists(result_save_dir) and os.path.isdir(
|
||||
@@ -25,6 +25,7 @@ def verify_loading_into_metadrive(dataset_path, result_save_dir=None, steps_to_r
|
||||
"data_directory": dataset_path,
|
||||
}
|
||||
)
|
||||
logging.disable(logging.WARNING)
|
||||
error_files = []
|
||||
try:
|
||||
for i in tqdm.tqdm(range(scenario_num)):
|
||||
|
||||
Reference in New Issue
Block a user