-
Hello, I get some error messages when trying to install powsimR. I was able to build it in the end, but only when I left out the bit about build_vignettes=TRUE. When I had included build_vignettes=TRU…
-
Hello,
Thanks for this great repo allowing us to make use of the IAPWS standards. I was playing around with the ammonia.NH3 class and noticed some very unusual behaviour:
```
import iapws
ia…
-
in search of a solver in rust i stumbled over this very promising library. However, I missed implementations of popular solver I used quite a lot, e.g. Brent's method (for one dimensional problems) a…
-
I am trying to install plugins once off in a `Dockerfile` without running vim. Previously with `vim-plug` I used the follow command to install all the plugins used in the `.vimrc`
```
vim -E -s -u…
-
- OS: Xubuntu 16.04 4.13.0-32-generic
- PyTorch version: 0.3.0.post4
- How you installed PyTorch (conda, pip, source): pip
- Python version: Python 3.5.2
- CUDA/cuDNN version: running on CPU
To…
-
I'm not sure if this is the best place to leave a message, but I'm running into the following error:
```
> system.time(pred_res1 system.time(pred_res1 traceback()
8: vapply(seq_len(length(resTy…
-
- Run python3 fit_every_country.py
```
....
Finland
Fitting...
Traceback (most recent call last):966568
File "fit_every_country.py", line 11, in
fit_country(country, save_to_json=True)
…
-
### Summary
Map files are very large and take a while to run. Dan mentioned possibly submitting this to nanohub's resources to speed up the process, but I'm unfamiliar with this.
### More Info
Good r…
-
Fbs is working properly, and python -m fbs run is also working for my main script, but when I freeze the model , there are many warnings and when I run the exe file in target then it shows failed to e…
-
'lm':
http://docs.scipy.org/doc/scipy/reference/optimize.root-lm.html#optimize-root-lm
options contain `func` which I guess is redundant since `fun` is already in the signature of `root()`.
The user …