From 24e8db496a04abce45f3ab06878846381ea28b30 Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Thu, 18 Aug 2022 18:21:38 +0200 Subject: [PATCH] FIX add missing params to __init__ --- cortex/export/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cortex/export/__init__.py b/cortex/export/__init__.py index 62a6cdcc5..eace1c87f 100644 --- a/cortex/export/__init__.py +++ b/cortex/export/__init__.py @@ -5,6 +5,7 @@ params_flatmap_lateral_medial, params_occipital_triple_view, params_inflated_dorsal_lateral_medial_ventral, + params_flatmap_inflated_lateral_medial_ventral, ) __all__ = [ @@ -14,4 +15,5 @@ "params_occipital_triple_view", "params_inflatedless_lateral_medial_ventral", "params_inflated_dorsal_lateral_medial_ventral", + "params_flatmap_inflated_lateral_medial_ventral", ]