-
Options being considered:
- nose-ittr: introduces an extra dependency.
- invokeBoth(): won't work, since tests assume it's only being executed once.
-
### Prerrequisitos
(Marcar colocando una X entre los corchetes los ítems que ya hiciste, así: "[X]")
* [X] Leí las reglas del foro (https://github.com/IIC2233/syllabus/issues/1).
* [X] Busqué…
-
[`pytest==5.4.0`](https://github.com/pytest-dev/pytest/releases/tag/5.4.0) introduced a number of breaking changes and deprecations. One such is causing this error on execution:
```
TypeError: met…
-
Proposal is to formally include
* oio:inSubset - annotation property that connected a term to a subset
* oio:Subset - subset definition
in OMO
Note the way @dosumis and I chose to model su…
-
If the user creates the model with an id for the primary key name then everything works fine.
Using a different name will result in the following error.
There is also the case that if I don't decl…
-
```py
from typing import TypeVar, Generic
T = TypeVar("T")
class FooMetaclass(type, Generic[T]): pass
class Foo(metaclass=FooMetaclass[T]): # error: Dynamic metaclass not supported for "Foo"…
-
using: python 3.5
celery 4.0.2
The example code from celery website:
```
class CustomTask(Task):
def run(self):
print('running')
CustomTask = celery_app.register_task(CustomTask…
-
I successfully installed the package but I get an error when I try to run the first tutorial file: "01_True_positive_and_false_negative_examples_of_the_EqT_model.py".
I would appreciate it if you c…
-
Original:
https://github.com/otosense/linkup/blob/b52071faae396efc7bc430fab196f870c74e9bd1/linkup/base.py#L124
New:
https://github.com/otosense/linkup/blob/master/linkup/base.py
-
This project is very interesting.
Some of autoprogrammer's features in `TODO` status, so i wanted to add them.
I want to use some proposed features (like metaclasses) without waiting 3+ years f…