From 6c80bd859dc42af78706d4dbbf10d10648aa02f5 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 20 Apr 2020 11:59:24 +0200
Subject: [PATCH] [configs.datasets.stare.covd] Add comment

---
 bob/ip/binseg/configs/datasets/stare/covd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bob/ip/binseg/configs/datasets/stare/covd.py b/bob/ip/binseg/configs/datasets/stare/covd.py
index 3adcba78..ffd40228 100644
--- a/bob/ip/binseg/configs/datasets/stare/covd.py
+++ b/bob/ip/binseg/configs/datasets/stare/covd.py
@@ -36,6 +36,7 @@ _chase = _maker(
 from bob.ip.binseg.data.iostar import dataset as _raw_iostar
 _iostar = _maker(
         _raw_iostar.subsets("vessel")["train"],
+        # n.b.: not the best fit, but what was there for Tim's work
         [Pad((81, 0, 81, 0)), Resize(608)],
         )
 
-- 
GitLab