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

Method _getCommonData

graphs/data/fitWarpTime/getter.py:33–36  ·  view source on GitHub ↗
(self, miscParams, src, tgt)

Source from the content-addressed store, hash-verified

31 _baseResolution = 500
32
33 def _getCommonData(self, miscParams, src, tgt):
34 return {
35 'subwarpSpeed': self.graph._subspeedCache.getSubwarpSpeed(src),
36 'warpSpeed': src.item.warpSpeed}
37
38 def _calculatePoint(self, x, miscParams, src, tgt, commonData):
39 distance = x

Callers

nothing calls this directly

Calls 1

getSubwarpSpeedMethod · 0.80

Tested by

no test coverage detected