From 976a0bd5c2561ff2d7a0fa38d88e13b5886fc4ba Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 30 Oct 2024 17:20:07 -0400 Subject: [PATCH] removed comment --- src/festim/problem_change_of_var.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/festim/problem_change_of_var.py b/src/festim/problem_change_of_var.py index 0b9017ea7..8bf33e945 100644 --- a/src/festim/problem_change_of_var.py +++ b/src/festim/problem_change_of_var.py @@ -25,11 +25,6 @@ def initialise(self): self.dt = as_fenics_constant( self.settings.stepsize.initial_value, self.mesh.mesh ) - # mobile_species = [spe for spe in self.species if spe.mobile] - # if len(mobile_species) > 1: - # raise ValueError( - # f"Only one mobile species is allowed for now. Found {len(mobile_species)}" - # ) self.define_temperature() self.define_boundary_conditions()