[EOSC TAG] remove reduntant check for jupyter notebook

This commit is contained in:
Miriam Baglioni 2022-11-11 14:06:19 +01:00
parent b18bbca8af
commit 5f9383b2d9
1 changed files with 0 additions and 7 deletions

View File

@ -199,13 +199,6 @@ public class SparkEoscTag {
return false;
if (s.getSubject().stream().anyMatch(sbj -> sbj.getValue().toLowerCase().contains("jupyter")))
return true;
if (s
.getSubject()
.stream()
.anyMatch(
sbj -> sbj.getValue().toLowerCase().contains("python") &&
sbj.getValue().toLowerCase().contains("notebook")))
return true;
if (s.getSubject().stream().anyMatch(sbj -> sbj.getValue().toLowerCase().contains("python")) &&
s.getSubject().stream().anyMatch(sbj -> sbj.getValue().toLowerCase().contains("notebook")))
return true;