CogComp / cogcomp-nlpy

CogComp's light-weight Python NLP annotators
http://nlp.cogcomp.org/
Other
116 stars 26 forks source link

Refactor pipeline_config #61

Closed GHLgh closed 7 years ago

GHLgh commented 7 years ago

According to the error message from Jenkin, I think the config in ~/.sioux/ is still in old format. Simply remove it should solve the problem (a new one will be generated when initializing a local pipeline)

Fixed #43 and #56

And refactored pipeline_config module because we don't use config file to check if user is using local pipeline or remote pipeline. Basically removing redundant code.

danyaljj commented 7 years ago

@GHLgh restarted Jenkins and it passes.