MCPcopy
hub / github.com/quantopian/zipline / termname

Method termname

tests/pipeline/test_filter.py:162–163  ·  view source on GitHub ↗
(method, count, masked)

Source from the content-addressed store, hash-verified

160 term_combos = list(product(methods, counts, [True, False]))
161
162 def termname(method, count, masked):
163 return '_'.join([method, str(count), 'mask' if masked else ''])
164
165 def expected_result(method, count, masked):
166 # Ranking with a mask is equivalent to ranking with nans applied on

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected