Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensaiz committed Jan 5, 2021
1 parent 0727fd9 commit c1802a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dynsimf/examples/black_pete_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def network_update(nodes, constants):

visualization_config = {
'layout': nx.drawing.layout.spring_layout,
'plot_interval': 100,
'plot_interval': 10,
'plot_variable': 'O',
'variable_limits': {
'A': [0, 1],
Expand All @@ -201,7 +201,7 @@ def network_update(nodes, constants):
'cmin': -1,
'cmax': 1,
'color_scale': 'RdBu',
'show_plot': True,
'show_plot': False,
'plot_output': '../animations/HIOM_dynamic.gif',
'plot_title': 'HIERARCHICAL ISING OPINION MODEL',
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


setup(name='dynsimf',
version='0.2',
version='0.25',
license='BSD-Clause-2',
description='Dynamic Network Simulation Framework',
url='https://github.com/Tensaiz/DyNSimF',
Expand Down

0 comments on commit c1802a2

Please sign in to comment.