Skip to content

Commit

Permalink
SpreadsheetDataReader
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinthanvickneswaran committed Feb 15, 2024
1 parent adacb20 commit 11123dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion c302/SpreadsheetDataReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

READER_DESCRIPTION = """Data extracted from CElegansNeuronTables.xls for neuronal connectivity"""

def read_data(include_nonconnected_cells=False, neuron_connect=True):
def read_data(include_nonconnected_cells=False, neuron_connect=False):



Expand Down
6 changes: 0 additions & 6 deletions c302/W_SpreadsheetDataReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@

spreadsheet_location = os.path.dirname(os.path.abspath(__file__))+"/data/"







class WitvlietDataReader1:

def read_data(include_nonconnected_cells=False, neuron_connect=False):
Expand Down

0 comments on commit 11123dc

Please sign in to comment.