MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / _calculatePoint

Method _calculatePoint

graphs/data/fitRemoteReps/getter.py:101–107  ·  view source on GitHub ↗
(self, x, miscParams, src, tgt, commonData)

Source from the content-addressed store, hash-verified

99 return {'rrMap': self._getRepsPerKey(src=src, ancReload=miscParams['ancReload'], time=miscParams['time'])}
100
101 def _calculatePoint(self, x, miscParams, src, tgt, commonData):
102 distance = x
103 applicationMap = getApplicationPerKey(src=src, distance=distance)
104 y = applyReps(
105 rrMap=commonData['rrMap'],
106 applicationMap=applicationMap)
107 return y
108
109
110class XTimeMixin(PointGetter):

Callers

nothing calls this directly

Calls 2

applyRepsFunction · 0.85
getApplicationPerKeyFunction · 0.70

Tested by

no test coverage detected