Skip to content

Commit

Permalink
Update DatabricksUtilities.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jun 8, 2023
1 parent fe97d67 commit 4fdb096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ object DatabricksUtilities {

val CPUNotebooks: Seq[File] = ParallelizableNotebooks
.filterNot(_.getAbsolutePath.contains("simple_deep_learning"))
.filterNot(_.getAbsolutePath.contains("Explanation_Dashboard")) // TODO Remove this exclusion
.filterNot(_.getAbsolutePath.contains("Explanation Dashboard")) // TODO Remove this exclusion

val GPUNotebooks: Seq[File] = ParallelizableNotebooks.filter(_.getAbsolutePath.contains("simple_deep_learning"))

Expand Down

0 comments on commit 4fdb096

Please sign in to comment.