djgroen / flee

flee agent-based modelling code
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Missing libraries #25

Closed alirezajahani60 closed 4 years ago

alirezajahani60 commented 4 years ago

I noticed the following libraries have been removed from ssudan_mscalecity.py.

Removing the latter one is alright, because it is for debugging, but what about outputanalysis.analysis? It is used for output files.

djgroen commented 4 years ago

Hamid re-arranged a range of files, and I believe the outputanalysis.analysis module is no longer necessary either... Are you still using it in the code anywhere?

alirezajahani60 commented 4 years ago

Yes, in lines 176 and 177, it uses rel_error() and abs_error(). However, if Hamid has developed better alternatives, I can replace them.

djgroen commented 4 years ago

I believe we have resolved this issue now :).