Philip Hackstock

Results 41 issues of Philip Hackstock

When using the CLI and consulting the `--help` option for `nomenclature validate-project`, I noticed that the output is currently a little crowded: ```console nomenclature validate-project --help Usage: nomenclature validate-project [OPTIONS]...

As for right now the tests for the cli that are supposed to fail only check _that_ the command failed and not _how_. As part of improving error reporting the...

## Problem outline As we've seen over the last few weeks our error messages are not yet on a level where users can help themselves. From looking at the messages...

When creating a new `DataStructureDefinition` object it would be nice to specify a single dimension just as a string and not a list which only contains one string, i.e. instead...

A use case that emerged from NGFS scenario submissions (but also applies to any other scenario comparison exercise) is to improve the usability of the comparison feature which is part...

When writing tests for #99 I accidentally discovered a possible bug (or at the very least unexpected behavior) in the current implementation of region aggregation. ## Issue outline The bug...

In `processor.region.RegionProcessor.apply` we currently check if the list `processed_dfs` is empty and raise an error if it is. In addition to this check we need to perform another check to...

When performing weighted region aggregation it needs to be made sure that both the variable and the weight are present in **all** model, scenario combinations. From my point of view...

Title says most of it. Currently when ready definition files into a code lists, whenever we encounter an error we do not report the file where it originated. This makes...

As I was updating the documentation for #74 I found a possible corner case that we are currently not covering. Let's assume the following: 1. We have a `DataStructureDefinition` with...

question