Skip to content
Snippets Groups Projects
Commit d2a1d630 authored by gcorradini's avatar gcorradini
Browse files

remove output path until we fix tests

parent d478bcb2
No related branches found
No related tags found
7 merge requests!72[DRAFT] All the changes,!70Make it easier to use filepaths as inputs to pipelines,!68Changes to get BigCreek working with preprocess on ADE,!67Back all `AllFires` and `Fire` objects with 2 dataframes,!66Unit Tests,!63Draft: [DO NOT MERGE] Setting up preprocessing pipelines,!61Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
......@@ -167,5 +167,6 @@ def test_preprocess_region_t(
assert outfile_df_path
assert os.path.exists(outfile_df_path)
assert len(pd.read_csv(outfile_df_path)) > 0
os.remove(outfile_df_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment