Arjan Keeman

Results 29 comments of Arjan Keeman

Thanks for pointing out the `key` argument. The documentation was unclear to me. But it works great. And the equivalent for query params is indeed what I meant earlier.

Are you familiar with [`contextlib.suppress`](https://docs.python.org/3/library/contextlib.html#contextlib.suppress)?

I get the same error, not using Bidirectional layers, and using a model trained with keras 2.31.1 while loading with keras 2.14.0 or 2.14.1 (did not test ^3 yet). Loading...

Did some digging, and it turns out that the problems are introduced in 0454a403867cd4ba23bf2604f1feaa36c357db17. Reverting the commit made my error vanish. In my case the keys in the hdf5-file that...

Keras 2.15 fails to load a model exported in keras_v3 format using Keras 2.14 with the same error as the one Keras 2.14 produces when trying to load one exported...

duplicate of https://github.com/mvantellingen/python-zeep/issues/1352 and fixed in d0d737adbcd68213b940a5cc4f1da6cd43dfca81 (https://github.com/mvantellingen/python-zeep/pull/1364)

That should not be the case as you still work with the matrix class, while you are [encouraged not to](https://numpy.org/doc/stable/reference/generated/numpy.matrix.html#numpy.matrix), as the class may be removed in the future: >...

Source: ```python import json import psqlparse query = "SELECT * FROM my_table" json_str = json.dumps(psqlparse.parse_dict(query), sort_keys=True, indent=4) print(json_str) ``` Result: ```json [ { "SelectStmt": { "fromClause": [ { "RangeVar": {...

This pr is useless since the migration to https://github.com/ecmwf/multiurl/issues, which also does not support writing to IO objects.