Marco Fossati
Marco Fossati
Affects the [dead IDs](https://soweego.readthedocs.io/en/latest/validator.html#soweego.validator.checks.dead_ids) validator check. **Cause:** the IMDb people dump seems to have partial occupation lists, and differs from the data displayed on the Web site. **Effects:** - partial...
Initial thought: `None` is passed somewhere, and SQLAlchemy fires a query to a `None` column. Maybe something went wrong when passing arguments in `pipeline.py`. For each target catalog: - [...
According to https://keras.io/ , the: > 2.3.0 release will be the last major release of multi-backend Keras. Multi-backend Keras is superseded by tf.keras. We need to switch to `tf.keras` to...
These warnings are duplicate: both logged and printed to stderr. [`logging.captureWarnings(True)`](https://docs.python.org/3.7/library/logging.html#logging.captureWarnings) seems to be enabled by default. See https://docs.python.org/3.7/library/warnings.html#temporarily-suppressing-warnings # General **Update:** this has been fixed in 6567781 - [x]...
- [ ] Lookup the labels for a given target ID; - [ ] set the `soweego.importer.models.mix_n_match.MnMEntry.ext_name` to the target ID label in `soweego.ingestor.mix_n_match_client._set_entry_fields`; - [ ] investigate how to...
Randomized search could be a more sustainable way to address #362
When a given Wikidata statement already exists, the bot should only update the reference timestamp, instead of creating a new reference node.
- Generic: - [x] dates, #212; - [x] similar names, #213; - [x] similar links, as per baseline strategy, #312 ; - [x] string kernels, #174; - [x] Wikidata QIDs,...
The [`sphinx_autodoc_typehints`](https://github.com/agronholm/sphinx-autodoc-typehints) extension only generates hyperlinks for objects in the Python **standard library**, leaving all the rest unclickable. - [ ] remove `sphinx-autodoc-typehints==1.6.0` from `requirements.txt`; - [ ] remove the...
- [x] write exhaustive docstrings for CLI commands; - [x] add `help` kwargs in `click` decorations; - [ ] write signatures & docstrings for public functions/class methods; - [ ]...