nkremerh / sugarscape

Development repository for the Digital Terraria Lab implementation of the Sugarscape agent-based societal simulation.
https://github.com/digital-terraria-lab/sugarscape
MIT License
7 stars 11 forks source link

Code style change #68

Closed amuller26 closed 2 months ago

amuller26 commented 2 months ago

Replaced all instances of strings using .format() with the f"{variable}" (I think I created this correctly?)