Antony Lewis

Results 140 comments of Antony Lewis

Good to know. I don't know if there's something better than duplication, e.g. maybe something like TClassDverk declaration I use for the dverk function (which I assume doesn't cause issues).

Sounds like a compiler bug? I had to report lots of bugs to gfortran befure they were eventually fixed some years ago.

The best I can come up with that works with empty_dict, Sequence, Tuple[float] and TypedDicts, and allows numpy arrays for Sequence[float] and Tuple[float], is something like this: ``` def validate_info(self,...

My attempt to generalize and refactor this a bit is now in https://github.com/CobayaSampler/cobaya/pull/388. @ggalloni did you have an SOLikeT build to test against? Anything missed?

OK great, let me know any probs. I also just pushed change to hopefully also make it work with deferred types.

Except that you don't have _enforce_types=True, only enforce_types...

Can you give specific example?

I made a fix, looks like running OK on windows

I merged, thanks!