MCPcopy
hub / github.com/pathwaycom/pathway / test_float_pow

Function test_float_pow

python/pathway/tests/test_operators.py:363–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361
362
363def test_float_pow():
364 pairs = np.array(
365 [
366 [-2, 0],
367 [-1, 3],
368 [0, 1],
369 [1, 10],
370 [2, -9],
371 [3, 8],
372 [4, -7],
373 [5, 6],
374 [-331399, 55],
375 [253173, 56],
376 [-741012, 51],
377 [-935893, -51],
378 [-284786, 55],
379 [825347, 51],
380 [-778696, 51],
381 [-763723, 51],
382 [-980333, 50],
383 [12035, 74],
384 [490378, 53],
385 [-93465, 61],
386 [262849, -56],
387 [908064, 51],
388 [217134, 57],
389 [10, 10],
390 [-10, -3],
391 [-10, 3],
392 [10, -3],
393 [10, 3],
394 [0, 1],
395 [0, 2],
396 [0, 63],
397 [1, 0],
398 [1, 1],
399 [1, 2],
400 [1, 3],
401 [1, 62],
402 [2, 0],
403 [2, 1],
404 [2, 2],
405 [2, 61],
406 [3, 0],
407 [3, 1],
408 [3, 2],
409 [3, 39],
410 [4, 0],
411 [4, 1],
412 [4, 31],
413 [9, 18],
414 [10, 18],
415 [14, 16],
416 [23, 13],
417 [-1, 0],
418 [-1, 1],
419 [-1, 2],
420 [-1, 3],

Callers

nothing calls this directly

Calls 4

table_from_pandasFunction · 0.90
table_to_pandasFunction · 0.90
selectMethod · 0.45

Tested by

no test coverage detected