diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 9ec6d2d7..08d281c5 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -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