Giter Site home page Giter Site logo

python-lecture's People

Contributors

apiechowicz avatar cypreess avatar gronostajo avatar grzanka avatar grzankatest avatar kcpr avatar matkoniecz avatar michalkorzycki avatar mkwm avatar pawtul avatar radagastrotn avatar slnowak avatar wielomian avatar zbigniew-kaleta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-lecture's Issues

U2: Testy FlattenDictionary no_crumbs nie powinny uwzględniać kolejności w krotkach

Przykładowa ilustracja problemu:

======================================================================
FAIL: test_depth_3_no_crumbs (__main__.FlattenDictionaryTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_e1.py", line 47, in test_depth_3_no_crumbs
    {'a': [1, 1], 'd': [4, 7], 'f': 6, 'h': 8})
AssertionError: {'a': [1, 1], 'h': 8, 'd': [7, 4], 'f': 6} != {'a': [1, 1], 'h': 8, 'd': [4, 7], 'f': 6}
- {'a': [1, 1], 'd': [7, 4], 'f': 6, 'h': 8}
?                      ---

+ {'a': [1, 1], 'd': [4, 7], 'f': 6, 'h': 8}
?                     +++

Mój research wskazuje, że kolejność iteracji po słowniku jest arbitralna, a w Pythonie 3.3 wręcz losowa. Stąd wnioskuję, że zarówno kod zwracający dla 'd' krotkę [4, 7] jak i [7, 4] powinien być poprawny. (chyba, że przeoczyłem informację o wymaganym sortowaniu?)

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.