Tomas Bylund

Results 18 comments of Tomas Bylund

Hope your daughter is well :) It has bothered me a little bit (because I'm from Sweden), but I decided it was fine since the grammar is so adorably strange...

The first time I used fortran seriously, I had to introduce a calculation into a larger legacy simulation, and I made some typos. It took me close to a month...

@szaghi While I agree that avoiding writing _code that has no effect_ is a good goal, it is clearly much more desirable to write code that gives _correct results_, and...

I don't think that "don't write dead code" is a good principle, its intent is better captured by something like "write elegant code, not superfluous code". Further I don't think...

In my experience "ideomatic _lang_" was something I first heard about python, and the usage of the word is mainly found there. For that language the concept is a result...

For the specific example in _Entities disambiguation_, I think the guide should say something like "in the case where type and a module would share name, always name the latter...

I guess it could be possible to take the json serialisation that pydantic provides and annotate it with the metadata in a format ruamel.yaml accepts? Technically it woudn't be a...

Not sure I understand what you mean here: > In your example, it would be `parse_yaml_file_as(Chair, "config.yaml", subpath="Chair")`. In other cases, you could use a list. Is it simply that...

When I try the reproducer using the dev version I don't get those warnings (I do get some warnings about divide by zero, but I suspect that is from the...

@maxnoe I don't know, my gamma-dev environment seems haunted: `gammapy info` reports 3.9.4 while `mamba list` reports 3.10.3 but in my gamma-stable environment (with gammapy 1.3) both report 3.10.3