beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Error in Batavia/builtins/round.js #721

Closed examin closed 5 years ago

examin commented 6 years ago

Expected Behavior

The built-in Python function round() takes in two numbers, one to be rounded, and one that specifies the number of decimal places to include.

Current Behavior

producing some unexpected error

Steps to reproduce

1.

batavia testbed localhost_8000

Your Environment

martica commented 5 years ago

This is fixed at head now. Thanks for the report!