Skip to main content

challenge submission for the bees ml path challenge

Project description

Submission notes from Yuiti

To run the tests and get coverage reṕort locally, after cloning the repo we execute the following:

python3 -m venv venv
source bin/venv/activate
pip install -r dev-requirements.txt
pytest --cov=fuel_efficency tests/

For the github actions we will need the PyPI token set as a secret on Settings/security/Secrets and variables:

# for the PyPI repositoy package access
PYPI_TOKEN=<token>

Fuel Efficiency Path Challenge

Overview

Welcome to the Fuel Efficiency Path Challenge! In this coding exercise, you are tasked with implementing a series of entities and algorithms to map the most fuel-efficient path through various terrains. This challenge is designed to assess your skills in algorithm implementation, object-oriented programming, and problem-solving.

NOTE: Do NOT modify the tests in the tests folder. These tests are used to verify your code and should not be changed.

Solution Submission

Ensure your submission is zipped/compressed, does NOT change the tests, AND includes your .git file.

Challenge Description

Your mission involves two key components: entities and algorithms. These are represented as two separate folders in the repository. Each folder contains files that define the structure and requirements of components you need to implement.

Entities

The entities folder contains definitions for different objects in a grid that represents various terrains. Your task is to implement the functionality of these entities. The entities include:

  • DownHill
  • Valley
  • Position
  • UpHill
  • Node
  • Plateau

Each of these entities plays a role in the simulation of a vehicle moving through different terrains, affecting its fuel efficiency.

Algorithms

The algorithms folder includes files that describe algorithms for pathfinding. These algorithms will be used to determine the most efficient path through the grid considering the different terrains. The algorithms you need to implement are:

  • Dijkstra
  • PathFinding
  • AStar

You will need to understand and implement these algorithms to find the optimal path in terms of fuel efficiency.

Testing

To assist you in this challenge, a suite of tests is provided. These tests will guide you through the implementation process and ensure your code meets the specified requirements. The tests can be found in the tests folder.

CI/CD Implementation Requirements

As part of this project, you are required to set up a Continuous Integration and Continuous Deployment (CI/CD) pipeline using GitHub Actions. This pipeline will automate the testing and deployment of your code.

Workflow Steps

  1. Testing with pytest: Upon each push or pull request to the main branch, the CI pipeline should automatically execute tests using pytest. This ensures that all new changes are verified before deployment.

  2. Building the Package: If the tests pass, the next step is to build the Python package. This process involves preparing the package for distribution, ensuring that it is ready for deployment to PyPI.

  3. Creating a GitHub Workflow Artifact: After successful deployment to PyPI, create a downloadable artifact of your package within the GitHub Workflow. This artifact should be accessible from the GitHub Actions run, allowing users to directly download the package version from GitHub.

Good Luck!

We look forward to seeing your innovative solutions to this unique and challenging problem. Good luck, and happy coding!

Rubric for Fuel Efficiency Path Challenge

Total Points: 100

1. Implementation of Entities (30 points)

  • DownHill Implementation: 5 points
  • Valley Implementation: 5 points
  • Position Implementation: 5 points
  • UpHill Implementation: 5 points
  • Node Implementation: 5 points
  • Plateau Implementation: 5 points

2. Implementation of Algorithms (30 points)

  • Dijkstra Algorithm Implementation: 15 points
  • PathFinding Algorithm Implementation: 15 points

3. Code Quality and Style (10 points)

  • Readability: 5 points
  • Adherence to coding standards/conventions: 5 points

4. Testing and Test Coverage (20 points)

  • Comprehensive test cases: 10 points
  • Test coverage (measured using a tool like coverage.py): 10 points

5. CI/CD Pipeline Implementation (10 points)

  • Correct setup of GitHub Actions for pytest: 3 points
  • Successful building and packaging of the Python package: 3 points
  • Creation of a downloadable GitHub Workflow artifact: 4 points

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bees_challenge-0.24.0.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

bees_challenge-0.24.0-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file bees_challenge-0.24.0.tar.gz.

File metadata

  • Download URL: bees_challenge-0.24.0.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.6

File hashes

Hashes for bees_challenge-0.24.0.tar.gz
Algorithm Hash digest
SHA256 3408f255cefbe287989e495fcfab8003c0a5ca7e2b85300495708efe1b958ea4
MD5 bbf25ffe77750570c26f2201ff840ab9
BLAKE2b-256 48c046e329275a1fb550d51f8b44b00ae214ac1b9bc18cfa429b20df5ff5af2f

See more details on using hashes here.

File details

Details for the file bees_challenge-0.24.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bees_challenge-0.24.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d73fed006e3110c92054e86b7ee22a038d1c85fe0552240cd1cae477ed775b6
MD5 6b0ef00cd365862ca29e752cfcd815b1
BLAKE2b-256 54aaffdad266126378709f122f55aa9895513eac8a317555b1f817ea0524780e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page