Sander van Rijn

Results 32 issues of Sander van Rijn

## Description I'm monitoring some multi-GPU machines and want to make a combined CPU/GPU utilization graph with GPU as positive and CPU as negative. I can create such a graph...

Documentation improvement suggestion based on my personal issues in finding this information, see #1404

[affects] branch master

If a `TimeEntry` currently has tags associated to it, they are stored as a generic `SetField`. To link the proper Tag model to the time entries the `tags` field of...

## Problem description When I was trying to set up a simple minimal model, I got the following error: ```python Error in check_model_data, ~/.pyenv/versions/calliope/lib/python3.11/site-packages/calliope/preprocess/checks.py:739 '>' not supported between instances of...

has-workaround
timeseries
v0.6

**Description** This PR moves the generated package to the `src/` based layout. I think I've propagated this change everywhere necessary, and all tests currently pass. - [x] I have read...

Currently, the [Making an installable package](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=making-an-installable-package) section of the Python guide still refers to `setup.cfg` as the main of two required files. Since we've also moved away from `setup.cfg` in...

`pdftools` currently errors for me when I did a fresh install with pipx and wanted to split some files: ``` $ pdftools split some_file.pdf -q 12 9 Traceback (most recent...

## Description Updated pre-commit script to use new explicit `ruff check .` syntax and ruff section in `pyproject.toml` to put most settings under `tool.ruff.lint` as instructed by deprecation warnings >...

## What As mentioned during the discussion session on April 18, this template is frequently used as a starting point from which parts are **removed** after package generation. We should...

enhancement
needs discussion
generated-package

After creating a new project and installing the pre-commit hook, ruff complains with two warnings: - `ruff ` is being deprecated in favor of explicitly calling `ruff check ` -...

generated-package