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 afc1b9c commit a491d0bCopy full SHA for a491d0b
1 file changed
src/diffpy/clusterrender/structuredf.py
@@ -32,6 +32,10 @@ class StructureDF(pd.DataFrame):
32
Index of the central atom in the structure.
33
"""
34
35
+ @property
36
+ def _constructor(self):
37
+ return StructureDF
38
+
39
def __init__(
40
self, *args, structure=None, site_index=None, filename=None, **kwargs
41
):
0 commit comments