We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba31b4a commit 64a59c2Copy full SHA for 64a59c2
src/festim/species.py
@@ -225,13 +225,3 @@ def find_species_from_name(name: str, species: list):
225
if spe.name == name:
226
return spe
227
raise ValueError(f"Species {name} not found in list of species")
228
-
229
230
-class SpeciesChangeVar(Species):
231
- @property
232
- def concentration(self):
233
- return self._concentration
234
235
- @concentration.setter
236
- def concentration(self, value):
237
- self._concentration = value
0 commit comments