Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit bb9f449

Browse files
committed
Topography: updated dtype for weights
1 parent 74bd4c8 commit bb9f449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devitoboundary/topography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def subs(self, derivs):
170170

171171
grouped = derivs.groupby('name')
172172

173-
weights = pd.Series([])
173+
weights = pd.Series([], dtype=object)
174174

175175
for name, group in grouped:
176176
# Loop over items in each group and call a function

0 commit comments

Comments
 (0)