test script
This commit is contained in:
@@ -21,7 +21,8 @@ def test_combine_multiple_dataset():
|
||||
summary, sorted_scenarios, mapping = read_dataset_summary(dataset_path)
|
||||
for scenario_file in sorted_scenarios:
|
||||
read_scenario(os.path.join(dataset_path, mapping[scenario_file], scenario_file))
|
||||
verify_loading_into_metadrive(dataset_path)
|
||||
success, result = verify_loading_into_metadrive(dataset_path, result_save_dir="./test_dataset")
|
||||
assert success
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user