Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

calc: _Result doesn't like dividing anymore #2

@Narrat

Description

@Narrat

File "eispice3/module/calc.py", line 79, in calc.Variable
Failed example:
z = xx + cos(20*y + x) - (x / (y+50)) # z is of type _Result
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.4/doctest.py", line 1324, in __run
compileflags, 1), test.globs)
File "<doctest calc.Variable[3]>", line 1, in
z = x
x + cos(20*y + x) - (x / (y+50)) # z is of type _Result
TypeError: unsupported operand type(s) for /: 'Variable' and '_Result'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions