Skip to content
Snippets Groups Projects
Commit 608b7fe2 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Added comment in reports.py

parent 9d67b8bb
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ def rate_data(request):
types = [
("total", Q()),
]
# XXX This obviously won't work anymore. But you could try something
# but you could try something similar with pipeline.
# types = [
# ("LM", Q(analysisType="LM")),
# ("Omega", Q(analysisType="Omega")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment