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

Feature apply action #4

Merged
merged 124 commits into from
Nov 2, 2023
Merged

Feature apply action #4

merged 124 commits into from
Nov 2, 2023

Commits on Aug 28, 2023

  1. Access to the first notebook deliverable

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e043417 View commit details
    Browse the repository at this point in the history
  2. first push of pypowsybl implementation in Grid2Op

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6f735e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Update README.md

    Signed-off-by: tschuppr <[email protected]>
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    92ba8d2 View commit details
    Browse the repository at this point in the history
  2. [YJ] ajout demo notebook

    Signed-off-by: rtschupp <[email protected]>
    yoannjanvier authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    37133e3 View commit details
    Browse the repository at this point in the history
  3. delete double file only use the one in notebook folder

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cca107d View commit details
    Browse the repository at this point in the history
  4. implementation of storage handling with pypowsybl batteries, adding c…

    …ommentaries, adding utility functions
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6a12bd0 View commit details
    Browse the repository at this point in the history
  5. small changes for thermal limit handling - WIP

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    15994ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    187de52 View commit details
    Browse the repository at this point in the history
  7. adding doubling of buses and gestion of their names, adding test for …

    …backend action : not set to be working good with xiidm WIP
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1f38465 View commit details
    Browse the repository at this point in the history
  8. adding function WIP

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c976ed2 View commit details
    Browse the repository at this point in the history
  9. moving modified files into src

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a9625f2 View commit details
    Browse the repository at this point in the history
  10. adding data_test files

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5256fce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b016c51 View commit details
    Browse the repository at this point in the history
  12. Revert "Refactoring for src to be a module and not a python project d…

    …irectory"
    
    This reverts commit 4bc3fa8.
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b1403d1 View commit details
    Browse the repository at this point in the history
  13. changing file folder to be used as modules

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1cf5d1d View commit details
    Browse the repository at this point in the history
  14. adding gitignore

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0d5b230 View commit details
    Browse the repository at this point in the history
  15. remove .idea folder

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fe84c02 View commit details
    Browse the repository at this point in the history
  16. changing paths to run tests

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ef8092a View commit details
    Browse the repository at this point in the history
  17. changing folder

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    de80cf8 View commit details
    Browse the repository at this point in the history
  18. [RT] all files finally in the good folder

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0415ec5 View commit details
    Browse the repository at this point in the history
  19. erasing unused files

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    01c3aa9 View commit details
    Browse the repository at this point in the history
  20. [RT] Handling of slack bus

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e51d9b5 View commit details
    Browse the repository at this point in the history
  21. [RT] Some minor changes

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    81b9262 View commit details
    Browse the repository at this point in the history
  22. handling shunt status but not action

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    eaf1da2 View commit details
    Browse the repository at this point in the history
  23. [RT] new test case and better handling of map_sub aka mapping bus nam…

    …e in back with their relative in grid2op, WIP for shunts
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    73ebc98 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bb6ef16 View commit details
    Browse the repository at this point in the history
  25. [RT] giving some better insight on how grid2op is working vs pypowsyb…

    …l and what are the choices we have made
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4e2c524 View commit details
    Browse the repository at this point in the history
  26. [RT] clearer TODO and add for somes, little bit of a description for …

    …some functions and methods
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    548a759 View commit details
    Browse the repository at this point in the history
  27. [RT] implementing thermal limitation

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ffbc3fb View commit details
    Browse the repository at this point in the history
  28. [RT] changing thermal limitation part in README

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    05ba69f View commit details
    Browse the repository at this point in the history
  29. [RT] small rephrasing

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7351462 View commit details
    Browse the repository at this point in the history
  30. [RT] small changes of TODOS

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8d79e18 View commit details
    Browse the repository at this point in the history
  31. [RT] Little change to handle changes in code

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d101b46 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b171d0a View commit details
    Browse the repository at this point in the history
  33. [RT] adding some setup to build up the package to be used in the Note…

    …book DoNothingAgent and adding a notebook to demonstrate that this agent is working
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fa8b19d View commit details
    Browse the repository at this point in the history
  34. [RT] Adding a script to test the implementation of the DoNothingAgent…

    … and uploading some data for testing l2rpn basis but changed to have same naming as pypowsybl
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6318019 View commit details
    Browse the repository at this point in the history
  35. [RT] Adding functions to better handle some actions, minor change in …

    …runpf, adding copy fct, adding moving_buses fct
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7e228d0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2506ef1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1ff4a85 View commit details
    Browse the repository at this point in the history
  38. [RT] Huge changes in the way we handle disconnected elements (lines/t…

    …ransformers, storage,loads,generators...), we can now load the environment l2rpn_case14_sandbox_Pypowsybl without any issue
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c55ed4c View commit details
    Browse the repository at this point in the history
  39. Add poetry files

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cfffa97 View commit details
    Browse the repository at this point in the history
  40. Update DoNothingAgent experimentation script

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1700da8 View commit details
    Browse the repository at this point in the history
  41. [RT] updating the test file to use also for pandapow

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1bf0c77 View commit details
    Browse the repository at this point in the history
  42. [RT] changing the way we handle buses, switching to bus_breaker_view,…

    … upgrading lots of parts of the code to modify p/q for loads/gens (WIP), lot of other minors modification
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    51c1873 View commit details
    Browse the repository at this point in the history
  43. [RT] small modifications, mostly style

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6fadb20 View commit details
    Browse the repository at this point in the history
  44. [RT] changing all components so right informations are passed to Grid…

    …2op, confusion was in pypowsybl between p0/q0... and p/q...
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    18eb61e View commit details
    Browse the repository at this point in the history
  45. Update poetry files

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f1defbf View commit details
    Browse the repository at this point in the history
  46. Update config.py to have thermal limits properly sorted

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fe69c03 View commit details
    Browse the repository at this point in the history
  47. Refactoring testing script

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    46953a4 View commit details
    Browse the repository at this point in the history
  48. Overload pywposybl Network class to keep DataFrames order

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0c8740f View commit details
    Browse the repository at this point in the history
  49. Fix Backend on DoNothing agent and clean up a bit

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    14366e5 View commit details
    Browse the repository at this point in the history
  50. [RT] Change in git for svg figures

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7ded404 View commit details
    Browse the repository at this point in the history
  51. [RT] Change to comeback on tests on json files to better fit Grid2op …

    …json testing.
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e6787b3 View commit details
    Browse the repository at this point in the history
  52. [RT] Rename to have several tests scripts

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    654f116 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e9d3f5f View commit details
    Browse the repository at this point in the history
  54. Update testign script with OneChange working for disconnections

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bf53c43 View commit details
    Browse the repository at this point in the history
  55. [RT] Major change to handle bus changes for every object despite batt…

    …eries, lot of other minor changes
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c1a5c52 View commit details
    Browse the repository at this point in the history
  56. Update testign script with OneChange working on a line change bus

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5a6c600 View commit details
    Browse the repository at this point in the history
  57. [RT] Error with move_connectables for generators

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    930ae40 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7fcdfd9 View commit details
    Browse the repository at this point in the history
  59. [RT] Huge change in the way we handle ids of lines, in particular we …

    …take into account the loss of information of two transfos using matpower
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    64d3fb0 View commit details
    Browse the repository at this point in the history
  60. [RT] Change the thermal limits to initial form

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a29ae0d View commit details
    Browse the repository at this point in the history
  61. [RT] Modification of moves for buses to correspond to the dedoubling …

    …of each of them when moving an element
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    347a3a8 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    41ce1ec View commit details
    Browse the repository at this point in the history
  63. [RT] commit to pull from distant repo

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8aa15d9 View commit details
    Browse the repository at this point in the history
  64. Fix typo

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c3b8327 View commit details
    Browse the repository at this point in the history
  65. Make some statements more pythonic

    Signed-off-by: rtschupp <[email protected]>
    Vincent Renault authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7bc9687 View commit details
    Browse the repository at this point in the history
  66. [RT] Initial push of chronicsCreator using @BDonnot code, WIP goal sa…

    …ve the chronics created
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b0bef9c View commit details
    Browse the repository at this point in the history
  67. [RT] Saving chronics files is now possible

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    124e905 View commit details
    Browse the repository at this point in the history
  68. [RT] Example of chronics for the 1888rte network

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    135c129 View commit details
    Browse the repository at this point in the history
  69. [RT] Some changes in config.py and in prods_charac.csv to better fit …

    …our network which is different, especially for generators from the one created for pandapower
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c5d19ff View commit details
    Browse the repository at this point in the history
  70. [RT] Adding handling of thermal limitations

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1e1bbdc View commit details
    Browse the repository at this point in the history
  71. [RT] Cleaning of code and better handling of errors while computing l…

    …oadflow
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d2af462 View commit details
    Browse the repository at this point in the history
  72. [RT] adding fucntion to create prods_charac.csv

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ed9bcc1 View commit details
    Browse the repository at this point in the history
  73. [RT] Some changes to handle for some specific cases where pmin so pmi…

    …n are negative -> workaround setting them to 0
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c47ce90 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    a436712 View commit details
    Browse the repository at this point in the history
  75. [RT] Changement des parmaètres pour respecter les limitations imposée…

    …s par Grid2op
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9a49624 View commit details
    Browse the repository at this point in the history
  76. [RT] changing forecasted chronics to be more realistic

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    838123b View commit details
    Browse the repository at this point in the history
  77. [RT] Doc and cleaning

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2c3784c View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    9a696d4 View commit details
    Browse the repository at this point in the history
  79. [RT] Changing some import to use only BaseBackendTestPyPowsybl in pla…

    …ce of BaseBackendTest
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    20f4ce4 View commit details
    Browse the repository at this point in the history
  80. [RT] Update of test case function

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    312b224 View commit details
    Browse the repository at this point in the history
  81. [RT] just comment, erase print and licence

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f39040f View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    8fa2f42 View commit details
    Browse the repository at this point in the history
  83. [RT] Updating

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    13e29b1 View commit details
    Browse the repository at this point in the history
  84. [RT] Erase non util lines

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    019e311 View commit details
    Browse the repository at this point in the history
  85. [RT] Cleaning and adding doc

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0b8afea View commit details
    Browse the repository at this point in the history
  86. [YJ] TUs debug

    Signed-off-by: rtschupp <[email protected]>
    yoannjanvier authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1a95d4c View commit details
    Browse the repository at this point in the history
  87. [YJ] Test on 1888 with very low load and prod has been executed witho…

    …ut error
    
    Signed-off-by: rtschupp <[email protected]>
    yoannjanvier authored and tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    560bf9d View commit details
    Browse the repository at this point in the history
  88. Notebook for bug on move_connectable function

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fa66805 View commit details
    Browse the repository at this point in the history
  89. cleaning a bit

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    83acaa7 View commit details
    Browse the repository at this point in the history
  90. Decommenting important tests to pass

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1ac8f6e View commit details
    Browse the repository at this point in the history
  91. Uploading the good notebook to test move_connectable

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6e52dce View commit details
    Browse the repository at this point in the history
  92. Some changes to better highlight the bugs

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7d9a125 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Removing .lock file

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7276eca View commit details
    Browse the repository at this point in the history
  2. WIP cleaning code

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    789b431 View commit details
    Browse the repository at this point in the history
  3. WIP cleaning code, add comments and handling of warm starts for power…

    …flow runs
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e43fea7 View commit details
    Browse the repository at this point in the history
  4. cleaning code and decommenting some assertions

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    23ca28b View commit details
    Browse the repository at this point in the history
  5. fixing licencing issues

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6f3b303 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Cleaning, commenting on some issues related to tests, change of expex…

    …ted results in test to better suit pypowsybl results
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9b41163 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Deleting non useful data test folders

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    81078f3 View commit details
    Browse the repository at this point in the history
  2. Removing scripts Test

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a2685cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b931fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ac2dd View commit details
    Browse the repository at this point in the history
  5. Issues on conversion between pandapower and pypowsybl

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7313550 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Solving licencing issues for all files

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2f38927 View commit details
    Browse the repository at this point in the history
  2. Updating README to give the process of installation for the specific …

    …pypowsybl branch
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d5b12ea View commit details
    Browse the repository at this point in the history
  3. Upgrading info on Grid2op Substations

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ab28064 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    01e2a76 View commit details
    Browse the repository at this point in the history
  2. Changing file and chronics for tests to be taken on, better correspon…

    …ding to pypowsybl vision, also replacing the hard coded values
    
    signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    45956cb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Renaming pp to ppow not to confuse, changing import to be compatible …

    …with grid2op 1.9.5, WIP to clean code
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a6bd140 View commit details
    Browse the repository at this point in the history
  2. Revert "Modification to create some functionnable chronics for Grid2op"

    This reverts commit 01e2a76.
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    185f57a View commit details
    Browse the repository at this point in the history
  3. Huge cleaning, modifying some comments also

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    069a52b View commit details
    Browse the repository at this point in the history
  4. Cleaning

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9ef35fa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Several improvements in number of calls, time for a chronic to run is…

    … reduced
    
    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    037372f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6710dcf View commit details
    Browse the repository at this point in the history
  3. Modifying names of files to be more pythonistic

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    116a0ec View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. [YJ] rebase

    Signed-off-by: Yoann Janvier <[email protected]>
    yoannjanvier committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c7b17f4 View commit details
    Browse the repository at this point in the history
  2. [YJ] Small code modifications for speed up calculations

    Signed-off-by: Yoann Janvier <[email protected]>
    yoannjanvier committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e589340 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Removing test script

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    042457b View commit details
    Browse the repository at this point in the history
  2. Cleaning and improving documentation

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    91a5c89 View commit details
    Browse the repository at this point in the history
  3. Cleaning files

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b55aa9f View commit details
    Browse the repository at this point in the history
  4. Upgrading .toml file

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    50404e7 View commit details
    Browse the repository at this point in the history
  5. fixing grid2op version

    Signed-off-by: rtschupp <[email protected]>
    tschuppr committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    abe0d4e View commit details
    Browse the repository at this point in the history