Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/aurelio-labs/semantic-router. Pull mirroring updated .
  1. Feb 01, 2024
  2. Jan 31, 2024
  3. Jan 30, 2024
  4. Jan 29, 2024
  5. Jan 28, 2024
  6. Jan 27, 2024
  7. Jan 26, 2024
  8. Jan 25, 2024
    • Siraj R Aizlewood's avatar
      check_for_matching_routes method added · 32434bc7
      Siraj R Aizlewood authored
      To tidy up __call__ in RouteLayer.
      32434bc7
    • Siraj R Aizlewood's avatar
      Ran Black · 76a59843
      Siraj R Aizlewood authored
      76a59843
    • Siraj R Aizlewood's avatar
      Fixed PyTest Fail · baa5e3fe
      Siraj R Aizlewood authored
      The test
      
      TestRouteLayer::test_query_with_no_index
      
      was failing because when it ran
      
      assert route_layer("Anything").name is None
      
      There were no Routes defined yet, and this meant that
      
      route = [route for route in self.routes if route.name == top_class][0] was raising an error.
      
      If no routes are defined then we can just defualt to RouteChoice().
      baa5e3fe
Loading