项目作者: SpiNNakerManchester

项目描述 :
Data Specification Generation and Execution
高级语言: Python
项目地址: git://github.com/SpiNNakerManchester/DataSpecification.git
创建时间: 2014-06-13T11:06:38Z
项目社区:https://github.com/SpiNNakerManchester/DataSpecification

开源协议:Other

下载


This repository is no longer being used

All code that was used has been moved to https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/tree/master/spinn_front_end_common/interface/ds

Please replace

from data_specification.enums import DataType

with

from spinn_front_end_common.interface.ds import DataType

DataSpecificationException is never throw any more so any checks for that can be safely removed