Josh Moore
Josh Moore
see: * https://bugs.python.org/issue25457 * http://json-schema.org/understanding-json-schema/reference/object.html "in JSON all the keys must be strings" I think I'd tend towards "Only strings are supported" but another sub-option would be to print a...
@clbarnes (or anyone else): and thoughts on completely disallowing versus stringifying arguments?
@clbarnes, objection noted. I guess I'm most worried about the impact of the breaking change since at the moment a single update (`z.attrs[1] = "foo"`) gets you: ``` /tmp $cat...
Thanks all. Rolling @malmans2's #1066 into 2.13 but leaving this open for the deprecation cycle.
Strike that see #1125
Hi @satra, A few quick answers while we see if anyone else in the community has built anything. > * is it simply sufficient to use the zarr reader to...
As @satra mentioned in https://github.com/bids-standard/bids-examples/pull/315#issuecomment-1184871664, your Zarr fileset is missing the metadata files that are necessary to decipher the data. Can you share how you created it and how you...
Hi @hmaarrfk. Sorry that this slipped through the cracks. Do you mind taking a look at the recent changes to the mainline that are causing some conflicts?
Good idea!
Thanks, @tasansal!