eighthill / Slime_Mold_Simulation

A student project simulating smile mold🧫
MIT License
6 stars 0 forks source link

test file class Agent calculation float and integer #27

Closed Isabelle-Gbl closed 7 months ago

Isabelle-Gbl commented 7 months ago

Since we have now a solid new main branch we could need some test files for our existing code:

class Agent: check if the methods float_to_init and init_to_float are rescaling numbers correctly. for example is the float 0.0 in an array 100x100 the int 50 (please notice that python starts counting with 0 so it is actually 49 probably)

Isabelle-Gbl commented 7 months ago

we have to wait with this one until we have merged all current branches so that the code structure is clear to everyone

Isabelle-Gbl commented 7 months ago

Closed due to big chamges in Version 2.0 We have to create new Issues for Testing files