GitXplorerGitXplorer
d

powerplant-coding-challenge

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
6a5309f44719b75287656827ff0933ee57bfc03f

Dockerfile

ddaverck committed 8 months ago
Unverified
207530a7ccbde11fa0d6a81630e0027a28e9c227

result with merit order only (no linear programming)

committed 2 years ago
Unverified
82c6412bf1f0ee2f5423d9fb8a66f5bdf2cf1b51

giving an example answer to payload_3 to give an hint on efficiency

committed 2 years ago
Unverified
7917873cf3358e9579095d100763c86af97a40d5

clarified further the input for the merit order calculation should be in the body of the POST

committed 2 years ago
Unverified
6e12fd6d7dd8ad241f2d2404428b46abb7241f51

candidates should spend no more than 4 hours

committed 3 years ago
Unverified
7dc0b9d3d42de8fa96b908b3baa5bef458b264dd

clarified version of .net and python to use

committed 3 years ago

README

The README file for this repository.

explanation on how to build and launch the API:

  • install python dependencies: poetry install
  • run the python backend: python src/powerplant_challenge/main.py
  • run the tests: python -m pytest