使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bertieb
/
itproject-code
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
refactor: [WFE.setup()] remove unneeded input file check
Check for missing input files not needed as object cannot be initialised without them
main
Rob Hallam
2 个月前
父节点
a288d97b14
当前提交
d5d12cbd4f
共有
1 个文件被更改
,包括
0 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-4
pipeline/feature_extractors.py
+ 0
- 4
pipeline/feature_extractors.py
查看文件
@@ -444,10 +444,6 @@ class WordFeatureExtractor(FeatureExtractor):
"""
logger.debug("WordFeatureExtractor setup")
# Validate input files
if not self.input_files:
raise ValueError("No input files provided")
# Validate words - raise a notice if none provided
if len(words) == 0:
logger.warning("No words provided for detection")
撰写
预览
正在加载...
取消
保存