From 49554d241dd3d120de9bd314b15d7fa79a2319af Mon Sep 17 00:00:00 2001 From: Eu Pin Tien Date: Wed, 12 Aug 2026 09:28:13 +0100 Subject: [PATCH] Removed 'register' field in 'FIBAtlasRegistrationInfo' model since it shadows a Pydantic built-in --- src/murfey/workflows/fib/register_atlas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/murfey/workflows/fib/register_atlas.py b/src/murfey/workflows/fib/register_atlas.py index 37fec21d6..f86bedff7 100644 --- a/src/murfey/workflows/fib/register_atlas.py +++ b/src/murfey/workflows/fib/register_atlas.py @@ -338,7 +338,6 @@ def _register_dcg_and_atlas( class FIBAtlasRegistrationInfo(BaseModel): - register: str session_id: int atlas_file: Path