Jan Ivar Korsbakken
Jan Ivar Korsbakken
The error occurs when I call `.read()` on the data source object. The same error happens if I call `.discover()` on the same object. Is that what you meant by...
> I am in the process of rewriting intake, and one of my theses is that people don't usually even look at extra information like this. I am only starting...
> OK, so I would say this is a genuine bug in current intake, and a PR to remove the specific "skipfooter" arg would be very simple to make. Would...
I have posted a PR now #756 . This fixes the problem for the data source where I experienced the crash. It did not pass all tests when I ran...
Yes, that's what I would do for dimensions. But I had to search through the source code to find that solution. And it's not sufficient for checking variable/unit combos (see...
I can confirm this at my end as well. The `# %%` comments are also kept if you write a `.py` script with cell comments (`# %%`) from scratch and...
Just an update: There are numerous places in the code where text files are read both with and without explicit encoding. I think the bigger question here is: Do we...
I have submitted a PR that addresses the issue by forcing utf-8 encoding in all `open` statements that read from or write to yaml files or yaml text streams, #407...
Just to be clear, this isn't purely hypothetical. In the IAM COMPACT project, we have models that need to represent energy use for municipal water supply, and distinguish between private...
Thanks for the comments. Given the comments, it sounds like keeping the current naming and just clarifying the definitions by specifying in the `description` attribute that the sectors in question...