-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix convert_v2_to_v3 and test all versions
- Loading branch information
Showing
10 changed files
with
2,727 additions
and
1,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Versioned network JSON files for testing | ||
|
||
## JSON files | ||
|
||
**DO NOT MODIFY** the JSON files in this directory if the tests fail. Adapt the converter functions | ||
in the `roseau.load_flow.io.dict` module instead. | ||
|
||
## Generator scripts | ||
|
||
Scripts in the _generators_ directory are used to generate the versioned network JSON files. They | ||
are executed using old versions of rlf. | ||
|
||
**DO NOT UPGRADE** these scripts when modifying rlf. |
Oops, something went wrong.