-
[this was reported to me by Emmanuel Thomé]
The following never returns with Sage 8.5:
```
sage: n=16262093986406371
sage: f=ECM()
sage: f.factor(n,B1=10)
```
Note that n factors as `1009^2 * 1733…
-
# Summary
The replacement of the Fortran optimisation code with C++ has lead to the pileup test to fail with XSPEC 12.9.1p. The errors are in the diagonal elements of the covariance matrix; the bes…
-
I run the following command
`cytokit processor run_all --data-dir /lab/slices/ --config-path experiment.yaml --output-dir /lab/output/`
And get these error messages.
Error message
```
2…
-
@rsignell-usgs , any idea what the following warning means? Seen when looking at the great-lakes data
```
/Users/mdurant/anaconda/envs/py37/lib/python3.7/site-packages/metpy/xarray.py:276: MetpyDe…
-
I have had this issue come up before and had an issue with the compatibility of some functions.
```pytb
LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)
Type of #4 a…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
After installing `umap-learn` from (what looked to me like) the dev branch like so:
```
pip install https://github.com/lmcinnes/umap/archive/0.4dev.zip
```
I get a weird error apparently about…
-
When `model.fit_generator` is used with `workers=0` and subclasses of [`keras.utils.data_utils.Sequence`](https://keras.io/utils/#sequence) for both training and validation data, API of `Sequence` is …
-
I'd like to contribute nonuniform sampling support for the method of morris.
I have hacked together a proof of concept based on the util.nonuniform_scale_samples function used in the sobol sampling…
-
**Operating system, environment, python version**
anaconda, python3.7
**What you tried**
pip install pyportfolioopt
**Error message**
```
Collecting pyportfolioopt
Using cached PyPortfoli…