1
0
Fork 0
mirror of https://github.com/cosmo-sims/cosmICweb-music.git synced 2024-09-19 16:53:43 +02:00

fix tests

This commit is contained in:
Lukas Winkler 2024-04-22 13:38:39 +02:00
parent 92f9d78f12
commit 7ebb26402f
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -63,7 +63,7 @@ laplace_order = 4
""".lstrip() """.lstrip()
reference_output_publication=""" reference_output_publication="""
# Zoom Initial Conditions for halo 25505622 (1e11v) in simulation AGORA (RHAPSODY project) # Zoom Initial Conditions for halo 25505622 (1e11v) in simulation AGORA (AGORA Project project)
# Details on this halo can be found on https://cosmicweb.eu/simulation/AGORA/halo/25505622 # Details on this halo can be found on https://cosmicweb.eu/simulation/AGORA/halo/25505622
# This file has been generated by CosmICweb @2024-04-21T00:03:24.827918 # This file has been generated by CosmICweb @2024-04-21T00:03:24.827918
@ -135,7 +135,7 @@ def test_single_saved():
def test_publication(): def test_publication():
id = "agora-halos" id = "agora-halos"
args = Args(output_path="./", url="http://127.0.0.1:5000", common_directory=True, attempts=1) args = Args(output_path="./", url=DEFAULT_URL, common_directory=True, attempts=1)
output = publication_mode(args, id, store=False, traceback_radius=2.0) output = publication_mode(args, id, store=False, traceback_radius=2.0)
assert len(output) == 6 assert len(output) == 6
output = output[0] output = output[0]