I created a new file simulator.py that is the same code as sim.py but uses python classes to keep integrity between data. Let me know if the logic in there is correct. I am working on a simple model to characterize the data.
I also added the write feature and it writes regular data or serialized data to a folder called 'data'.
I created a new file
simulator.py
that is the same code assim.py
but uses python classes to keep integrity between data. Let me know if the logic in there is correct. I am working on a simple model to characterize the data.I also added the write feature and it writes regular data or serialized data to a folder called 'data'.