MCPcopy
hub / github.com/Ucas-HaoranWei/Vary / enhance_level_to_args

Function enhance_level_to_args

Vary-master/vary/model/plug/blip_process.py:254–258  ·  view source on GitHub ↗
(MAX_LEVEL)

Source from the content-addressed store, hash-verified

252
253### level to args
254def enhance_level_to_args(MAX_LEVEL):
255 def level_to_args(level):
256 return ((level / MAX_LEVEL) * 1.8 + 0.1,)
257
258 return level_to_args
259
260
261def shear_level_to_args(MAX_LEVEL, replace_value):

Callers 1

blip_process.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…