diff --git a/.gitignore b/.gitignore index e90eb4d..6f3efa4 100644 --- a/.gitignore +++ b/.gitignore @@ -110,4 +110,4 @@ schaingui/node_modules/ .svn/ *.png *.pyc -*.xml \ No newline at end of file +*.xml diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index e976b89..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "/usr/include", - "/usr/local/include", - "${workspaceRoot}" - ], - "defines": [], - "intelliSenseMode": "clang-x64", - "browse": { - "path": [ - "/usr/include", - "/usr/local/include", - "${workspaceRoot}" - ], - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "" - } - }, - { - "name": "Linux", - "includePath": [ - "/usr/include/c++/4.8.4", - "/usr/include/x86_64-linux-gnu/c++/4.8", - "/usr/local/include", - "/usr/include", - "/usr/include/x86_64-linux-gnu", - "${workspaceRoot}" - ], - "defines": [], - "intelliSenseMode": "clang-x64", - "browse": { - "path": [ - "/usr/include/c++/4.8.4", - "/usr/include/x86_64-linux-gnu/c++/4.8", - "/usr/local/include", - "/usr/include", - "/usr/include/x86_64-linux-gnu", - "${workspaceRoot}" - ], - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "" - } - }, - { - "name": "Win32", - "includePath": [ - "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include", - "${workspaceRoot}" - ], - "defines": [ - "_DEBUG", - "UNICODE" - ], - "intelliSenseMode": "msvc-x64", - "browse": { - "path": [ - "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include/*", - "${workspaceRoot}" - ], - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "" - } - } - ], - "version": 2 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7d5f7a9..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "files.associations": { - "arrayobject.h": "c", - "ndarrayobject.h": "c", - "complex": "c" - } -} \ No newline at end of file diff --git a/schainpy/controller.py b/schainpy/controller.py index e16f526..69334f4 100644 --- a/schainpy/controller.py +++ b/schainpy/controller.py @@ -711,7 +711,8 @@ class ProcUnitConf(): #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id) sts = self.procUnitObj.call(opType = opConfObj.type, opName = opConfObj.name, - opId = opConfObj.id) + opId = opConfObj.id, + **kwargs) # total_time = time.time() - ini #