Skip to content

Commit

Permalink
added final report
Browse files Browse the repository at this point in the history
  • Loading branch information
Paytonco committed Jan 30, 2022
1 parent 4d00cd8 commit 53a5bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added report.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion topModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
fig.colorbar(im)
plt.show()
#fig, ax1 = plt.imshow(burnTimes,cmap=plt.get_cmap('inferno'))
'''
timestepBurnTimes = burnTimes * (60) / timestep
#Run simulation
totalpeople = 1000
Expand Down Expand Up @@ -94,4 +95,5 @@
print(l, "burned")
raise Exception
currenttimestep += 1
currenttimestep += 1
'''

0 comments on commit 53a5bd1

Please sign in to comment.