Skip to content

Commit

Permalink
Small fixes for Windows appveyor build (pysb#295)
Browse files Browse the repository at this point in the history
* Add theano to appveyor

* Skip StochKit doctest; different on Win vs Linux
  • Loading branch information
alubbock authored and jmuhlich committed Jul 26, 2017
1 parent 56b8c1d commit 62591ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- activate test-environment

# Majority of dependencies can be installed with Anaconda
- conda install numpy scipy matplotlib sympy networkx nose h5py pandas
- conda install numpy scipy matplotlib sympy networkx nose h5py pandas theano

# Graphviz & PyGraphviz
- appveyor DownloadFile "http://graphviz.org/pub/graphviz/stable/windows/graphviz-2.38.zip" -FileName graphviz.zip
Expand Down
2 changes: 1 addition & 1 deletion pysb/simulator/stochkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class StochKitSimulator(Simulator):
A_total trajectory for second run
>>> print(simulation_result.observables[1]['A_total']) \
#doctest: +ELLIPSIS
#doctest: +SKIP
[ 1. 1. 1. 0. 0.]
For further information on retrieving trajectories (species,
Expand Down

0 comments on commit 62591ce

Please sign in to comment.