Skip to content

Commit c66e045

Browse files
committed
Bugfix for changing the logtable property into a method
1 parent 9ece6ae commit c66e045

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

bidscoin/plugins/events2bids.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ def __init__(self, sourcefile: Path, data: dict, options: dict):
226226
self._sourcecols = self._sourcetable.columns
227227
"""Store the original column names"""
228228

229-
@property
230229
def logtable(self) -> pd.DataFrame:
231230
"""Returns a Presentation log-table"""
232231

@@ -406,7 +405,6 @@ def __init__(self, sourcefile: Path, data: dict, options: dict):
406405
self._sourcecols = self._sourcetable.columns
407406
"""Store the original column names"""
408407

409-
@property
410408
def logtable(self) -> pd.DataFrame:
411409
"""Returns the log-table"""
412410

docs/plugins.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ The plugin programming interface is further illustrated in the placeholder Pytho
140140
# Parse an initial table from the Presentation log file
141141
self.sourcetable = pd.read_csv(self.sourcefile, sep='\t', skiprows=3, skip_blank_lines=True)
142142
143-
@property
144143
def logtable(self) -> pd.DataFrame:
145144
"""Returns the source logging data"""
146145

0 commit comments

Comments
 (0)