From 533f2070122cac3e3d0989e409edc73890b42755 Mon Sep 17 00:00:00 2001
From: Mieszko Makuch <m.makuch@cyfronet.pl>
Date: Sun, 8 Dec 2024 23:02:51 +0900
Subject: [PATCH] Raise test exception ValueError("Test error from branch
 experimental-test-live-code-editing")

---
 phase_associator_wrapper.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/phase_associator_wrapper.py b/phase_associator_wrapper.py
index 1b06b45..96f7b93 100644
--- a/phase_associator_wrapper.py
+++ b/phase_associator_wrapper.py
@@ -23,6 +23,8 @@ from PyOctoPhaseAssociation import main as phaseassoc
 
 
 def main(argv):
+    raise ValueError("Test error from branch experimental-test-live-code-editing")
+
     parser = argparse.ArgumentParser()
     parser.add_argument("qml_picks", help="Path to input file of type 'quakeml_seismogram_picks'")
     parser.add_argument("inventory", nargs='+', help="Paths to input files of type 'inventory'")