-
How do I fix the error below while importing umap.plot:
import numpy as np
import sklearn.datasets
import pandas as pd
import umap
import umap.plot
The error reads as follows:
TypeError…
cwk20 updated
2 years ago
-
More an improvement than a bug, but the integers are not supported, and are frequently met when initial conditions are filled by the user.
As fix, it could be easy to add the (int) to the tested in…
-
I think our classes are pretty straight-forward and I've been trying to escape conditionals with duck typing etc. etc. but we might get a surprise here.
There are many static analysers out there bu…
-
Dynamic typing is extremely powerful for data science and machine learning. Since this language will have a competitive performance to C++, it makes sense to me that future ML libraries may be written…
-
Long story short, I am looking for willing souls to help out with coding this one up.
Goals:
- [long] term target is to have in production somewhere
- [short] term goal is to just stick around sh…
-
## Motivation
- automatic UI generation
- especially useful for queueserver (requires serialization)
- type checking (impossible to do strongly, but some benefit can be had)
## Specific challe…
-
The running environment I use is the subsystem of Linux under windows10 (WSL, the system is Ubuntu 18.04). According to the document process, the following error is obtained:
(climate) gszs@WINDOWS…
-
The OpenQL ` set` and ` set_option` methods do not work with pathlib duck typing for str. A minimal example:
```
import openql as ql
import tempfile
from pathlib import Path
output_dir = Path…
-
`@signal` is a wrapper for `new Signal.State()` but it does not expose the options argument.
It should be possible to do:
```ts
class MyClass {
@signal({equals: deepEquals})
accessor some…
-
now that fonttools is py3-only we can take advantage of native typing annotation and run mypy to statically check types.
Currently running mypy on the whole fontTools package -- even without any an…