Coder Social home page Coder Social logo

python3-eispice's People

Contributors

charleseidsness avatar narrat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

nickd4

python3-eispice's Issues

calc: _Result doesn't like dividing anymore

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'

ibis_parser: Doesn't like io.StringIO + seek with negative values

$ python testibis.py
Traceback (most recent call last):
File "testibis.py", line 3, in
ibs = eispice.Ibis('test')
File "eispice3/module/ibis.py", line 95, in init
Ibis_Parser.init(self, filename, device)
File "eispice3/module/ibis_parser.py", line 562, in init
self.process()
File "eispice3/module/ibis_parser.py", line 101, in process
if self._process(line) is Done:
File "eispice3/module/ibis_parser.py", line 94, in _process
return handler(**match.groupdict())
File "eispice3/module/ibis_parser.py", line 116, in handleBlock
self.fdin.seek(-len(line),1)
OSError: Can't do nonzero cur-relative seeks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.