Skip to content

Commit

Permalink
Update recipe and config
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Jun 12, 2024
1 parent 867535e commit 1156f61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions cellpack/tests/packing-configs/test_url_load_config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "test_s3_mesh_config",
"out": "out/test",
"save_analyze_result": true,
"name": "test_url_load_config",
"clean_grid_cache": false,
"save_plot_figures": true,
"load_from_grid_file": true,
"show_progress_bar": true,
"upload_results": false,
"open_in_browser": false
"out": "cellpack/tests/outputs",
"save_analyze_result": true
}
4 changes: 2 additions & 2 deletions cellpack/tests/recipes/v2/test_url_load.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"format_version": "2.1",
"name": "test_s3_mesh",
"name": "test_url_loading",
"bounding_box": [
[
-5,
Expand Down Expand Up @@ -85,5 +85,5 @@
}
}
},
"grid_file_path": "https://cellpack-results.s3.us-west-2.amazonaws.com/data/grids/test_s3_mesh_test_s3_mesh_config_1.0.0_grid.dat"
"grid_file_path": "https://cellpack-results.s3.us-west-2.amazonaws.com/data/grids/nested_mesh_grid.dat"
}

0 comments on commit 1156f61

Please sign in to comment.