MCPcopy Create free account
hub / github.com/RenderKit/oidn / get_feature_ext

Function get_feature_ext

scripts/test.py:172–176  ·  view source on GitHub ↗
(feature)

Source from the content-addressed store, hash-verified

170
171# Gets the file extension of a feature
172def get_feature_ext(feature):
173 if feature == 'dir':
174 return 'sh1x'
175 else:
176 return get_feature_opt(feature)
177
178# Runs regression tests for the specified filter
179def test_regression(filter, feature_sets, dataset):

Callers 1

test_regressionFunction · 0.85

Calls 1

get_feature_optFunction · 0.85

Tested by

no test coverage detected