nicksawhney

Results 5 issues of nicksawhney

This PR addresses issue #1005 by removing the deprecated Zoning Help Desk phone line from the "Zoning Questions" section. Changes Proposed: - changes text to remove phone number and send...

I just had an idea about how to keep the site going while keeping everything open source and community oriented. Let's automate the crowdfunding aspect. Monitor API calls and donations...

enhancement
help wanted

The biggest cost for this site was API requests. Caching will help offset this greatly. It would be nice to cache from some kind of unique image identifier instead of...

I should've done this at the very beginning, but this site sorely needs testing, logging, and metrics. Feel free to submit any and all that you think are relevant! More...

good first issue

``` agent.T_sim = 100 agent.initialize_sim() agent.simulate() ``` Yields an empty dictionary, with history also empty. For results, you need to add an `agent.track_vars` list. Instead, there should be a sensible...

Function: Simulation