Ignacio Heredia

Results 24 issues of Ignacio Heredia

Manual installation is failing. Installation from PyPi works though. ```console ❯ pip install -e . Obtaining file:///home/iheredia/ignacio/projects/deephdc/deepaas Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not...

bug

https://python-poetry.org/docs/

enhancement

When a module has an predict arg which is a file (eg. image), but the arg is not required, deepaas fails to run: ```python "demo-image": fields.Field( required=False, type="file", location="form", description="image",...

bug

Functionality relies on a method `predict_data()` that was deprecated long ago. `deepaas-cli` already supports that functionality. Code located in `deepaas/cmd/execute.py`

enhancement

### Description Errors are not correctly piped. An error in the module code that prevents deepaas from launching is piped to `stout`, not `sterr`. ### Steps to Reproduce 1. Introduce...

bug

I would be nice to support an energy consumption estimator like [Perun](https://github.com/Helmholtz-AI-Energy/perun/), that wraps deepaas methods. Another option is [Codecarbon](https://github.com/mlco2/codecarbon) but it gives the carbon estimation instead of the energy,...

enhancement

### Checklist - [X] Zettlr does not possess this feature (if it does, but the feature doesn't work out for you, propose an enhancement instead.) - [X] Zettlr's current features...

feature

Unless I'm missing something very obvious, I don't think `--keep` is working as expected. Reproduce: 1. download record 2. modify file 3. download record with `--keep` The file seems to...

Hi, I would like ask for support for the [SeaNoe](https://www.seanoe.org/) repository. DOI example: [10.17882/101042](https://doi.org/10.17882/101042) In principle I cannot implement this, though someone on the @ai4eosc team might be able to...

enhancement
help wanted