Skip to content

Commit 62b3af5

Browse files
committed
rm comment
1 parent 51d2a43 commit 62b3af5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/diffpy/srfit/fitbase/profileparser.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ def parseFile(self, filename):
189189
return
190190

191191
def parse_file(self, filename, column_format=None):
192-
"""Parse a data file and extract data and metadata with
193-
automatic uncertainty detection.
192+
"""Parse a data file to extract data and metadata, with
193+
automatic handling of uncertainties.
194194
195195
- For files with 2 columns: assumes (x, y) and sets dx, dy to 0.
196196
- For files with 3 columns: assumes (x, y, dy) and sets dx to 0.
@@ -246,8 +246,6 @@ def parse_file(self, filename, column_format=None):
246246
self._meta["nbanks"] = 1
247247
self.select_bank(0)
248248

249-
# --- Private helpers --- #
250-
251249
def _load_file(self, filename):
252250
"""Load metadata and numeric data from a file."""
253251
meta = load_data(filename, headers=True)

0 commit comments

Comments
 (0)