From eabcdc1761edbdb9ac60c63322f9a2f39767ff78 Mon Sep 17 00:00:00 2001 From: sharoncy <s.c.yates@medisin.uio.no> Date: Thu, 8 Jun 2023 14:55:54 +0200 Subject: [PATCH] Update counting_and_load.py --- PyNutil/counting_and_load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyNutil/counting_and_load.py b/PyNutil/counting_and_load.py index 77a0fd9..7f62012 100644 --- a/PyNutil/counting_and_load.py +++ b/PyNutil/counting_and_load.py @@ -115,7 +115,7 @@ def pixel_count_per_region( """Read flat file and write into an np array""" - +"""Read flat file, write into an np array, assign label file values, return array""" def flat_to_array(flat_file, labelfile): with open(flat_file, "rb") as f: -- GitLab