Skip to content
Snippets Groups Projects
Commit aaff460b authored by Daniel Ecer's avatar Daniel Ecer
Browse files

enabled previously accidentally disabled test

parent 987a521a
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class TestIterCalculateSampleFrequencies(object):
]])
], [COLOR_1], image_format='png')) == [[1.0]]
def _test_should_infer_shape_when_decoding_png_and_include_unknown_class(self):
def test_should_infer_shape_when_decoding_png_and_include_unknown_class(self):
assert list(iter_calculate_sample_frequencies([
encode_png([[
COLOR_1, COLOR_2, COLOR_3
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment