MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __checkNumbers

Method __checkNumbers

graphs/gui/canvasPanel.py:322–326  ·  view source on GitHub ↗
(xs, ys)

Source from the content-addressed store, hash-verified

320
321 @staticmethod
322 def __checkNumbers(xs, ys):
323 for number in itertools.chain(xs, ys):
324 if math.isnan(number) or math.isinf(number):
325 return False
326 return True
327
328 # Matplotlib event handlers
329 def OnMplCanvasClick(self, event):

Callers 1

drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected