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

CLI: flexmeasures show beliefs #379

Merged
merged 25 commits into from Mar 8, 2022
Merged

CLI: flexmeasures show beliefs #379

merged 25 commits into from Mar 8, 2022

Commits on Feb 28, 2022

  1. first version of flexmeasures show beliefs

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    2dc13e6 View commit details
    Browse the repository at this point in the history
  2. add types lib for mypy

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    5d02ed5 View commit details
    Browse the repository at this point in the history
  3. construct title at the end when we have all info updated

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    25a4721 View commit details
    Browse the repository at this point in the history
  4. update changelogs

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    01ac3de View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    22f1412 View commit details
    Browse the repository at this point in the history
  6. add -belief-time-before option

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    482919f View commit details
    Browse the repository at this point in the history
  7. add simple tests for all show data commands

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    833d4a4 View commit details
    Browse the repository at this point in the history
  8. flexmeasures/conftest.py

    fix typo in ficture name
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    01e5c50 View commit details
    Browse the repository at this point in the history
  9. verifying that CLI tests do not run on GithubActions

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    1ab9605 View commit details
    Browse the repository at this point in the history
  10. move back to ignoring CLI commands on Github Actions

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 28, 2022
    Copy the full SHA
    3b8fa00 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. small doc improvement

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 1, 2022
    Copy the full SHA
    fd15bb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Copy the full SHA
    844724d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1a0188 View commit details
    Browse the repository at this point in the history
  3. better handling of DEBUG var

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    94c5bec View commit details
    Browse the repository at this point in the history
  4. improve docstring of two fixtures

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    a57971f View commit details
    Browse the repository at this point in the history
  5. if sensor share the same unit, still show it on the y-axis ; Also int…

    …roduce Schema for DataSourceIdField
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    7c4d4b2 View commit details
    Browse the repository at this point in the history
  6. Use AwareDateTimeField for --start

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    cedd21f View commit details
    Browse the repository at this point in the history
  7. also use schemas for --duration and --belief-time

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    47d8b6a View commit details
    Browse the repository at this point in the history
  8. use SensorIdField schema for --sensor-id

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    2d46d47 View commit details
    Browse the repository at this point in the history
  9. use schemas in show commands for account and asset

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    63f54a9 View commit details
    Browse the repository at this point in the history
  10. simplify possible traces we need to show with one_deterministic_belie…

    …f_per_event=True
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    ccdcae1 View commit details
    Browse the repository at this point in the history
  11. use source.description in title

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 7, 2022
    Copy the full SHA
    1e1f82c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. improve in-code documentation

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 8, 2022
    Copy the full SHA
    c26f6ee View commit details
    Browse the repository at this point in the history
  2. resample data from different sensors to minimal resolution if possibl…

    …e; be more informative if no data found for a sensor
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 8, 2022
    Copy the full SHA
    49f0150 View commit details
    Browse the repository at this point in the history
  3. simpler way of making sure data is resample to minimal resolution

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Mar 8, 2022
    Copy the full SHA
    84d0926 View commit details
    Browse the repository at this point in the history