-
### Expected Behavior
Bot evolves pokemon as directed, Bot releases pokemon as directed
### Actual Behavior
Bot is not evolving pokemon after capture, only on startup.
Bot is not releasing pokemon …
-
### Expected Behavior
Bot releases pokemon
### Actual Behavior
Bot keeps releasing the same pokemon - Possible log output issue?
### Your FULL config.json (remove your username, password, gmapkey an…
-
When I run "npm install alpaca" the operation fails. The extract of the npm log file:
---
13863 error Windows_NT 6.3.9600
13864 error argv "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodej…
-
I was writing a package to build a simple graph on top of TinyDB, and came into a problem similar to #97. After reading the TinyDB source code, it isn't really possible (or at least comes with a huge …
-
How to create multiple bots from the same "jar" file? I noticed that there's a commit for multiple bots, but no information on how to do it.
-
`import curveball` does too many processing, like creating `Dfun` functions in `models.py`.
Need to fix this, `curveball --version` or `python -c "import curveball"` shouldn't take more than 5 second…
-
Tested on DigitalOcean machine (miniconda-test-env image), by installing curveball and running:
```
>>> curveball --version
curveball: command not found
```
This doesn't happen on Travis-CI (added t…
-
Install works, but running or importing fails:
```
python -c "import curveball;print(curveball.__version__)"
...
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
Fil…
-
hi, the yrbss is a complex sample survey data set that requires the R survey package if you intend to calculate statistics and standard errors correctly. you can use @gergness srvyr package, but it m…
-
Currently the bounds on the sampled params are enforced by simply ommitting out of bounds param values.
This decreases number of samples and the deviation.
Should sample from a bounded/truncated mult…