From 9e4e091686666105ab11a66767e1708ecc4998f2 Mon Sep 17 00:00:00 2001
From: Vedrana Andersen Dahl <vedranaa@gmail.com>
Date: Tue, 30 May 2023 10:19:39 +0200
Subject: [PATCH] added comment

---
 Chapter07/in_region_cost_example.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Chapter07/in_region_cost_example.py b/Chapter07/in_region_cost_example.py
index dac05c0..929a2ea 100755
--- a/Chapter07/in_region_cost_example.py
+++ b/Chapter07/in_region_cost_example.py
@@ -4,6 +4,7 @@ import skimage.io
 import slgbuilder
 
 # This is to fix deprecated alias in numpy, but still used in slgbuilder
+# You need to add it to any script using (this version of) slgbuilder
 np.bool = bool
 np.int = int
 
-- 
GitLab