diff --git a/owl/utils/gaia.py b/owl/utils/gaia.py index a32bc1d..07f1827 100644 --- a/owl/utils/gaia.py +++ b/owl/utils/gaia.py @@ -95,7 +95,7 @@ class GAIABenchmark(BaseBenchmark): json.dump(constructed_data, f, indent=4) f.close() - print(f"infofully dumped tasks to {save_path}") + print(f"Successfully dumped tasks to {save_path}") def load(self, force_download=False): r"""Load the GAIA dataset.