mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
[evaluation-plugin] LME-585 Adapt test name normalization for keras instances
GitOrigin-RevId: 058e99247ed8ffde8d65ead14a417219e5346471
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2330f4b478
commit
928615647c
@@ -53,5 +53,6 @@ class PythonTestRunner : TestRunner {
|
||||
}
|
||||
|
||||
private fun normalizeTestName(testName: String): String =
|
||||
testName.replace("::", ":None:")
|
||||
if (testName.indexOf("::") == testName.lastIndexOf("::")) testName.replace("::", ":None:")
|
||||
else testName.replace("::", ":")
|
||||
}
|
||||
Reference in New Issue
Block a user