Giter Site home page Giter Site logo

maze's People

Contributors

chovanecm avatar

Watchers

 avatar  avatar  avatar  avatar

maze's Issues

v0.2 missing

I was working on another assignment yesterday and didn't manage to work on v0.2 except of one hour today. (in the v0.2 branch). Sorry.

|S1 vs >U1

47 tests failed because YOUUUUU @hroncok don't accept the direction matrix to be of >U1 type
the rest is failing because of something that I have to deremine

Your own tests fail

======================== ERRORS =========================
___________________ ERROR at setup of test_reachable ____________________

    @pytest.fixture()
    def stored_maze1():
        maze = np.fromfile("fixtures/maze.dat", dtype=np.int)
>       maze = maze.reshape((sqrt(len(maze)), sqrt(len(maze))))
E       ValueError: total size of new array must be unchanged

test_maze.py:20: ValueError
--------------------- Captured stderr setup ---------------------
.../test_maze.py:20: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  maze = maze.reshape((sqrt(len(maze)), sqrt(len(maze))))
___________________ ERROR at setup of test_directions ___________________

    @pytest.fixture()
    def stored_maze2():
        maze = np.fromfile("fixtures/not_reachable_maze.dat", dtype=np.int)
>       maze = maze.reshape((sqrt(len(maze)), sqrt(len(maze))))
E       ValueError: total size of new array must be unchanged

test_maze.py:26: ValueError
--------------------- Captured stderr setup ---------------------
.../test_maze.py:26: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
  maze = maze.reshape((sqrt(len(maze)), sqrt(len(maze))))
______________________ ERROR at setup of test_path ______________________

    @pytest.fixture()
    def stored_maze2():
        maze = np.fromfile("fixtures/not_reachable_maze.dat", dtype=np.int)
>       maze = maze.reshape((sqrt(len(maze)), sqrt(len(maze))))
E       ValueError: total size of new array must be unchanged

test_maze.py:26: ValueError
================== 1007 passed, 210 skipped, 3 error in 24.86 seconds ===================

Feedback

  • No about dialog
  • When using PyQt5, your project (or at least the GUI part) needs to be licensed under GNU GPL v3.
  • When i try to save to /maze.txt, there is no error shown, but the file is not saved (I don't have write permissions to that directory)
  • When opening random files (such as requirements.txt) no error is shown but nothing is loaded

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.