From 864326f3315c6b378c7c34c18d057e541fdbaa64 Mon Sep 17 00:00:00 2001 From: sharoncy <s.c.yates@medisin.uio.no> Date: Thu, 8 Jun 2023 09:00:32 +0200 Subject: [PATCH] Update testing_openflatfile.py --- messing_around_files/testing_openflatfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messing_around_files/testing_openflatfile.py b/messing_around_files/testing_openflatfile.py index bc02f95..183e403 100644 --- a/messing_around_files/testing_openflatfile.py +++ b/messing_around_files/testing_openflatfile.py @@ -39,7 +39,7 @@ with open(base, "rb") as f: """assign label file values into image array""" labelfile = pd.read_csv(r"metadata/annotation_volumes\allen2017_colours.csv") -labelfile[] +#labelfile[] print(list(zip(val,count))) -- GitLab