This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request '修复bug' (
#1013
) from fix-889 into V20211213.patch
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1013
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1
lewis
4 years ago
parent
3aac686f3b
694c8a066e
commit
487ebadeaa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
routers/repo/repo_statistic.go
+ 1
- 1
routers/repo/repo_statistic.go
View File
@@ -208,7 +208,7 @@ func RepoStatisticDaily(date string) {
maxRepoRadar.Completeness = tempRepoStat.Completeness
}
if tempRepoStat.Liveness < minRepoRadar.
Complet
eness {
if tempRepoStat.Liveness < minRepoRadar.
Liv
eness {
minRepoRadar.Liveness = tempRepoStat.Liveness
}
Write
Preview
Loading…
Cancel
Save