This repository was archived by the owner on Feb 27, 2024. It is now read-only.
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
std::stoi error from MVDTool:open_combo_tsv() for reading mvd3 files #82
Closed
Description
In BlueConfigs, some tests contain tsv files with "layer" data as alphabetic letters not numbers, so that open_combo_tsv()
throw errors.
E.g.
For blueconfigs/quick-hip-projSeed/BlueConfig:
MEComboInfoFile
/gpfs/bbp.cscs.ch/project/proj42/entities/emodels/20190402/mecombo_emodel.tsv
The error is
File "/jenkins/07/workspace/sim.Neurodamus2/INSTALL_HOME/install/linux-rhel7-x86_64/intel-19.0.4/py-neurodamus-develop-w6vjoy/lib/python3.7/site-packages/neurodamus/cell_readers.py", line 203, in load_nodes
node_reader.open_combo_tsv(combo_file)
ValueError: stoi
As far as I know, the layer value is not used in the simulation and there seems to be no format spec for this column. In MVDTool, could MEComboEntry::layer
be string instead of int ?
Metadata
Metadata
Assignees
Labels
No labels