From df780726186f27411f9d49978825d7bf56a2868e Mon Sep 17 00:00:00 2001 From: Yuma Uematsu Date: Sat, 4 Oct 2025 16:43:46 +0200 Subject: [PATCH 1/2] fix YY code for OB Loaded Module Cell --- viewer/functions/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer/functions/common.py b/viewer/functions/common.py index 7b56991c8..e772870f6 100755 --- a/viewer/functions/common.py +++ b/viewer/functions/common.py @@ -860,7 +860,7 @@ def SN_typeinfo(sn, verbose=0): "PGXM": "Tutorial-Module", }, "OB_LOADED_MODULE_CELL": { - "PBLM": "Loaded-Module-Cell", + "PBLC": "Loaded-Module-Cell", "PBZS": "Dummy-Loaded-Module-Cell", }, "OB_BARE_MODULE_CELL": { -- GitLab From 810033f180a3716d5a87d929109886322738b79f Mon Sep 17 00:00:00 2001 From: Yuma Uematsu Date: Fri, 24 Oct 2025 15:49:47 +0200 Subject: [PATCH 2/2] remove unused OB Loaded Module Cell SN_typeinfo --- viewer/functions/common.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/viewer/functions/common.py b/viewer/functions/common.py index e772870f6..c12dee254 100755 --- a/viewer/functions/common.py +++ b/viewer/functions/common.py @@ -859,10 +859,6 @@ def SN_typeinfo(sn, verbose=0): "PGXA": "Dummy-L1-Quad-Module", "PGXM": "Tutorial-Module", }, - "OB_LOADED_MODULE_CELL": { - "PBLC": "Loaded-Module-Cell", - "PBZS": "Dummy-Loaded-Module-Cell", - }, "OB_BARE_MODULE_CELL": { "PBBC": "Bare-Module-Cell", "PBZP": "Dummy-Bare-Module-Cell", -- GitLab