summaryrefslogtreecommitdiffstats
path: root/src/aux.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/aux.py')
-rw-r--r--src/aux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aux.py b/src/aux.py
index 93f001f..1a6ac8b 100644
--- a/src/aux.py
+++ b/src/aux.py
@@ -173,7 +173,7 @@ def polynomially_interpolate_ramp(r, g, b): # TODO Speedup, demo and document th
return (R, G, B)
-def eliminate_halos(r, g, b, R, G, B): # TODO demo this
+def eliminate_halos(r, g, b, R, G, B):
'''
Eliminate haloing effects in interpolations