Skip to content

Commit

Permalink
update appveyor yml to put bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy White committed Aug 16, 2018
1 parent d9816d3 commit 45a5e29
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ init:
- echo %PYTHON_VERSION% %CONDA_INSTALL_LOCN%

install:
- git clone -b develop --depth 1 https://github.com/dwelter/pestpp
- copy /Y pestpp\exe\windows\x64\Release\*.* bin\
- git clone -b develop --depth 1 https://github.com/jtwhite79/pestpp
- copy /Y pestpp\bin\win\*.* bin\win\
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
- set PYTHONUNBUFFERED=1
# for msinttypes and newer stuff
Expand Down
Binary file modified bin/win/pestpp-ies.exe
Binary file not shown.
Binary file modified bin/win/pestpp-swp.exe
Binary file not shown.
Binary file modified bin/win/pestpp.exe
Binary file not shown.
1 change: 1 addition & 0 deletions pyemu/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,7 @@ def __init__(self, new_d, model_run_command, org_d=None, pp_pars=[], const_pars
extra_post_cmds=None, redirect_forward_output=True,
tmp_files=None,build_prior=True,kl_pars=None, kl_num_eig=100, kl_geostruct=None):

raise NotImplementedError("still a work in progress")
self.logger = pyemu.logger.Logger("PstFrom.log")
self.log = self.logger.log

Expand Down

0 comments on commit 45a5e29

Please sign in to comment.