-
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.
- Loading branch information
1 parent
240226f
commit 25aaeb6
Showing
3 changed files
with
13 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ authors = [ | |
"Ali Hamdan <[email protected]>", | ||
"Sébastien Vallet <[email protected]>", | ||
"Benoît Vinot <[email protected]>", | ||
"Florent Cadoux <[email protected]>", | ||
"Victor Gouin", | ||
] | ||
maintainers = ["Ali Hamdan <[email protected]>"] | ||
|
@@ -143,5 +144,5 @@ directory = "htmlcov" | |
addopts = "--color=yes -vv -n=0" | ||
testpaths = ["roseau/load_flow/"] | ||
filterwarnings = [ | ||
'ignore:.*utcfromtimestamp:DeprecationWarning:dateutil.*', # dateutil is imported by pandas, not us | ||
'ignore:.*utcfromtimestamp:DeprecationWarning:dateutil.*', # dateutil is imported by pandas, not us | ||
] |
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 |
---|---|---|
@@ -1,4 +1,12 @@ | ||
__author__ = "Benoît Vinot, Victor Gouin, Florent Cadoux, Sébastien Vallet, Ali Hamdan" | ||
__authors__ = ", ".join( | ||
( | ||
"Ali Hamdan <[email protected]>", | ||
"Sébastien Vallet <[email protected]>", | ||
"Benoît Vinot <[email protected]>", | ||
"Florent Cadoux <[email protected]>", | ||
"Victor Gouin", | ||
) | ||
) | ||
__copyright__ = "Roseau Technologies 2018--2023" | ||
__credits__ = "Roseau Technologies" | ||
__license__ = "Proprietary" | ||
|
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