Skip to content

Commit

Permalink
Fix integration test reference database
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Jun 20, 2024
1 parent de4366d commit 678f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Verify database
working-directory: test_tutorial_build
run: |
wget https://zenodo.org/record/12189455/files/reference_database.db?download=1 -O reference_database.db -nv
wget https://zenodo.org/record/12192344/files/reference_database.db?download=1 -O reference_database.db -nv
tangos diff data.db reference_database.db --property-tolerance dm_density_profile 1e-2 0 --property-tolerance gas_map 1e-2 0 --property-tolerance gas_map_sideon 1e-2 0 --property-tolerance gas_map_faceon 1e-2 0
# --property-tolerance dm_density_profile here is because if a single particle crosses between bins
# (which seems to happen due to differing library versions), the profile can change by this much
Expand Down

0 comments on commit 678f7d8

Please sign in to comment.