From 7d40455ccb0b43429aa6aaceec17e977bbe8b93b Mon Sep 17 00:00:00 2001 From: WWXKenmo Date: Sun, 3 May 2026 15:08:10 +0200 Subject: [PATCH] add perturb into _init_.py --- src/regvelo/datasets/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/regvelo/datasets/__init__.py b/src/regvelo/datasets/__init__.py index 4567edc..f6d2d92 100644 --- a/src/regvelo/datasets/__init__.py +++ b/src/regvelo/datasets/__init__.py @@ -3,6 +3,7 @@ from ._datasets import ( zebrafish_nc, zebrafish_grn, + zebrafish_perturb, murine_nc, human_limb, hindbrain, @@ -13,6 +14,7 @@ __all__ = [ "zebrafish_nc", "zebrafish_grn", + "zebrafish_perturb", "murine_nc", "human_limb", "hindbrain",