Skip to content

Commit

Permalink
added relative tolerance to spec config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Mar 1, 2024
1 parent b72c48b commit 398d571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/box_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def generateSpeciesConfig(self):
}

speciesArray = []
speciesArray.append(relTolerance)

#Adds species to config
for species in self.species_list.species:
Expand Down

0 comments on commit 398d571

Please sign in to comment.