ggggggggg

Results 20 issues of ggggggggg

See attached screenshot sequence. First it shows that vehicle 04 in generation 24 scores over 10k. Then it shows that the summary from Generation 24 says the max as 4931,...

The interface is already dictionary like, as the docs say, but it's different in ways that make it harder to remember. So, we should go ahead and make `DataFile` (the...

I'm working on a patch to provide a julia API for creating external (soft) links via H5L_create_external. I have a working example, but I'm having a hard time writing a...

``` @everywhere using HDF5 @everywhere h5 = h5open("test.h5","w") for j=1:10 g_create(h5,"$j") h5["$j/j"]=j end map(j->read(h5["$j/j"]), names(h5)) pmap(j->read(h5["$j/j"]), names(h5)) # this line craps out when julia is started with 'julia -p 3'...

Consider ``` julia jld = jldopen("test.jld","w") jld["a"]=1 has(jld,"a") # ERROR: MethodError: `has` has no method ... has(jld.plain,"a") ``` Is there a reason this doesn't work?

See [this thread for context](https://discourse.julialang.org/t/zmq-message-super-slow/3193/5). Consider the following code (requires PR #141). `message` takes about 140 ns, while `Message` takes 3400 ns. Something like `message` should be available or the...

I need to work with some values with non-integer powers, and ran into some issue getting code to run without allocations. I think it's due to an inference failure. In...

How likely is 1.10 support? What needs to be done to support 1.10?

Hello, I just had [trouble building](https://github.com/JuliaDiffEq/Sundials.jl/issues/104) `Sundials.jl`. The solution was that I hadn't installed the xcode command line tools. The error message didn't provide a useful hint (to me anyway)...

``` Python 3.8.10 (default, Mar 15 2022, 12:22:08) Type 'copyright', 'credits' or 'license' for more information IPython 7.13.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import...