Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move over deprecated soc-targets field #566

Merged
merged 10 commits into from Dec 30, 2022

Commits on Dec 29, 2022

  1. soc-targets are now deserialized with the SOCTargetSchema by the sche…

    …duler rather than by the /schedules/trigger/ endpoint
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    4c3307b View commit details
    Browse the repository at this point in the history
  2. Test whether SOC targets are met, in the new and the old way

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    bcd8aa4 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    82b5197 View commit details
    Browse the repository at this point in the history
  4. Another small bug

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    0983683 View commit details
    Browse the repository at this point in the history
  5. Move field setup to a single place, and add inline comments relating …

    …to SoC units
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    6b36bca View commit details
    Browse the repository at this point in the history
  6. Now that we added comments about the SoC units, it becomes obvious th…

    …at we set up the constraints for an infeasible problem; let's remedy that
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    5742876 View commit details
    Browse the repository at this point in the history
  7. Let's not silently assume that a non-kWh unit is automatically a MWh …

    …unit
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    cad77a3 View commit details
    Browse the repository at this point in the history
  8. Refactor and test whether persist_flex_model did what it was supposed…

    … to do
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    129927e View commit details
    Browse the repository at this point in the history
  9. black and flake8

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 29, 2022
    Copy the full SHA
    8689d53 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 30, 2022
    Copy the full SHA
    34d4d3a View commit details
    Browse the repository at this point in the history