File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ def convert_chgnet_structure_targets_to_nff(
112112def convert_chgnet_structure_data_to_nff (
113113 structure_data : StructureData ,
114114 cutoff : float = 6.0 ,
115- shuffle : bool = True ,
115+ shuffle : bool = False ,
116116) -> Dataset :
117117 """
118118 Converts a dataset in CHGNet structure data format to a dataset in NFF format.
119119
120120 Args:
121121 structure_data (StructureData): A CHGNet StructureData object.
122122 cutoff (float, optional): Distance cutoff for constructing the neighbor list. Defaults to 6.0.
123- shuffle (bool, optional): Whether the dataset should be shuffled. Defaults to True .
123+ shuffle (bool, optional): Whether the dataset should be shuffled. Defaults to False .
124124
125125 Returns:
126126 Dataset: An NFF Dataset.
You can’t perform that action at this time.
0 commit comments