Ola Angelsmark

Results 4 issues of Ola Angelsmark

As the title says. ``` /home/travis/build/EricssonResearch/calvin-base/calvin/tests/test_calvin.py:1416: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 msg = str(e.message) ```

bug

As the title says. ``` _______________ ERROR at setup of test_attach_endpoint_to_inport _______________ @pytest.fixture def inport(): > return InPort("inport", actor()) E RemovedInPytest4Warning: Fixture "actor" called directly. E Fixtures are not meant...

bug

Needs updating to reflect current status of Calvin.

documentation

Using the name 'fire' for an action gives strange results. ``` 2017-05-16 14:12:41,095 ERROR 13136-calvin.calvin.runtime.north.scheduler: unsupported operand type(s) for |=: 'bool' and 'tuple' Traceback (most recent call last): File "/home/user/calvin-base/calvin/runtime/north/scheduler.py",...