container-transform icon indicating copy to clipboard operation
container-transform copied to clipboard

memory is an integer - v1.1.6

Open kplimack opened this issue 6 years ago • 1 comments

  • Memory is an integer, not a float.
  • Deployment should use apiVersion: apps/v1
  File "/usr/local/lib/python3.6/site-packages/container_transform-1.1.5-py3.6.egg/container_transform/marathon.py", line 282, in ingest_memory
    return memory << 20
TypeError: unsupported operand type(s) for <<: 'float' and 'int'

Signed-off-by: Jake Plimack [email protected]

kplimack avatar Mar 14 '18 16:03 kplimack

@micahhausler can you help me fix this build. test coverage as a metric is awful and i'm not inclined to help you chase 100%

TOTAL                                 1153    170    492      0    84%
nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100%
The command "python setup.py nosetests" exited with 1.

kplimack avatar Mar 14 '18 16:03 kplimack