We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6e652 commit 5437cc0Copy full SHA for 5437cc0
geos-mesh/src/geos/mesh/processing/FillPartialArrays.py
@@ -52,7 +52,7 @@
52
loggerTitle: str = "Fill Partial Attribute"
53
54
55
-@addLogSupport(loggerTitle= loggerTitle)
+@addLogSupport( loggerTitle=loggerTitle )
56
class FillPartialArrays:
57
58
def __init__(
@@ -76,8 +76,7 @@ def __init__(
76
self.multiBlockDataSet: vtkMultiBlockDataSet = multiBlockDataSet
77
self.dictAttributesValues: dict[ str, Union[ list[ Any ], None ] ] = dictAttributesValues
78
79
-
80
- def applyFilter( self : Self ) -> bool:
+ def applyFilter( self: Self ) -> bool:
81
"""Create a constant attribute per region in the mesh.
82
83
Returns:
0 commit comments