Skip to content
Snippets Groups Projects
Commit 2e8c8bd6 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Removed todo and made a more descriptive docstring

parent 2fac76ba
No related branches found
No related tags found
1 merge request!106Warnings cleanup
......@@ -215,7 +215,7 @@ class PriorSet(dict):
return [self[key].rescale(sample) for key, sample in zip(keys, theta)]
def test_redundancy(self, key):
"""TODO: Empty redundancy test, should be overwritten"""
"""Empty redundancy test, should be overwritten in subclasses"""
return False
......
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