Formatting
* Adding black as dev dependency * Formatting pina code * Formatting tests
This commit is contained in:
committed by
Nicola Demo
parent
4c4482b155
commit
42ab1a666b
@@ -11,7 +11,8 @@ Location = DomainInterface
|
||||
warnings.formatwarning = custom_warning_format
|
||||
warnings.filterwarnings("always", category=DeprecationWarning)
|
||||
warnings.warn(
|
||||
"'pina.geometry' is deprecated and will be removed "
|
||||
"in future versions. Please use 'pina.domain' instead. "
|
||||
"Location moved to DomainInferface object.",
|
||||
DeprecationWarning)
|
||||
"'pina.geometry' is deprecated and will be removed "
|
||||
"in future versions. Please use 'pina.domain' instead. "
|
||||
"Location moved to DomainInferface object.",
|
||||
DeprecationWarning,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user