Skip to content

Commit

Permalink
Minor spacing edits in the examples. Updated the LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Apr 3, 2016
1 parent 548c8c3 commit 96ab3ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[report]
omit =
omit =
*/python?.?/*
*/site-packages/nose/*
*__init__*

exclude_lines =
def __repr__
raise TypeError
raise RuntimeError
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 Daniel Jordon
Copyright (c) 2014-2016 Daniel Jordon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions examples/example_grocery_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
qn.g.set_pos(pos)
#qn.draw(fname="store1.png", transparent=True, figsize=(12, 3),
# bgcolor=[0,0,0,0], bbox_inches='tight')

# List the maximum number of agents from the default of 1000 to infinity
qn.max_agents = np.infty

Expand Down

0 comments on commit 96ab3ca

Please sign in to comment.