From 10338369cc07b820c2a0dba809f8758fc807e984 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 24 Feb 2022 13:25:00 +1100 Subject: [PATCH] skip broken synthetic connection test --- tests/test_orbital.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_orbital.py b/tests/test_orbital.py index 9cca44df5..a8ada75e0 100644 --- a/tests/test_orbital.py +++ b/tests/test_orbital.py @@ -1286,7 +1286,7 @@ def __init__(self, orbfit_deg, epochs, network, model_params): self.ifgs = ifgs self.epochs = epochs - +@pytest.mark.skip(reason="test is non-deterministic due to float calculation errors in array comparison") def test_synthetic_network_correction(orbfit_degrees, orb_lks): epochs = [ date(2000, 1, 1),