From b8dab67b5598155f29a8e46a6036dc78a6244437 Mon Sep 17 00:00:00 2001 From: Jingru Feng Date: Mon, 22 Jan 2024 13:13:47 +0100 Subject: [PATCH] Removed commented code --- core/src/create.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/create.jl b/core/src/create.jl index b9ab781c8..5d0878d6f 100644 --- a/core/src/create.jl +++ b/core/src/create.jl @@ -716,9 +716,6 @@ function User(db::DB, config::Config)::User end end end - #if !all(all.(>=(0.0), eachcol(interpolations))) - # error("Demand should be a non-negative number") - #end if !isnothing(first_row) min_level_ = coalesce(first_row.min_level, 0.0)