From c2f4df30eb7d7e6d6e310bcd1348a68422926d2c Mon Sep 17 00:00:00 2001 From: Last Davis Vern Date: Thu, 24 Jul 2025 10:27:42 +0200 Subject: [PATCH] debug --- frappy_psi/tnmr/tnmr_interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappy_psi/tnmr/tnmr_interface.py b/frappy_psi/tnmr/tnmr_interface.py index b8ba7472..a1715ee8 100644 --- a/frappy_psi/tnmr/tnmr_interface.py +++ b/frappy_psi/tnmr/tnmr_interface.py @@ -401,6 +401,7 @@ class TNMR: ntnmr.SaveAs(TEMPLATE_FILE_PATH + 'tmper.tnt') # even more temporary success = ntnmr.OpenFile(TEMPLATE_FILE_PATH + 'tmper.tnt') # reload the file so that we can actually read/write to the Sequence parameters (TNMR bug) self.set_activefile() + print(ntnmr.GetSequenceName()) if(success): print(f'Successfully reloaded')