-
I've got the following error.
Collecting pytest>=4.0.0 (from -r requirements.txt (line 5))
Using cached pytest-7.4.2-py3-none-any.whl.metadata (7.9 kB)
Collecting pytest-cov>=2.6.0 (from -r req…
-
vagrant@vagrant-ubuntu-trusty-64:/vagrant/dragnet$ sudo make test
nosetests --exe --cover-package=dragnet --with-coverage --cover-branches -v --cover-erase
nose.plugins.cover: ERROR: Coverage not av…
gvola updated
7 years ago
-
Currently DRAGNet and NutNet are filtered at the end of the 'view chain', meaning when new situations arise that require filtering it must be done separately in each view. I'm going to create a plot l…
-
Per Maria Schulze-Sylvester, no PIs remain nearby so Y2 will be final year for DRAGNet
-
Hi,
I have a python project with the following setup.py:
```bash
setup(name='my_package',
version='0.0.1',
description='',
author='',
author_email='',
packages=…
-
Using numpy 1.15.0 and last dragnet version I can't import dragnet from python3:
```
Python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credi…
-
## Issue Summary
Dragnets that are synced to a beacon, and then inserted into a turret, lose their connection to the beacon and instead of teleporting to their target, teleport to random location…
-
github complains weekly about https://github.com/joyent/dragnet/network/alerts:
```
Warning!
joyent / dragnet
Known security vulnerabilities detected
Dependency tar Version < 2.0.0 Upgrad…
-
Hello,
Currently, dragnet is not compatible with scikit-learn > 0.21.3. I did research and composed a table of compatibilities of pickled dragnet models with new sklearn versions.
| Trained wit…
-
base_extractor = Extractor(
File "/home/dragnet/dragnet/model_training.py", line 103, in train_model
train_html, train_labels, train_weights = extractor.get_html_labels_weights(training_data)
…