Andrew Saydjari
Andrew Saydjari
### Description My issue seems related to past issues where I only get a check mark on evaluation. However, this condition only occurs when I run julia, the behavior is...
When importing HDF5 files, it appears that a single dataset is imported when all of the keys have data of the same length (in at least one dimension/the first dimension)....
It appears that plt.bar_label is not defined. Simple feature addition?
Seems there is a naming error in the variables in the boot_pval=True case. NameError: name 'xrange' is not defined --------------------------------------------------------------------------- NameError Traceback (most recent call last) in 4 for i...
It would be great if in dark mode the "plot data here" background were black. I always make fake windows to block out that bright light, but inevitably am blinded...
A feature request to enable support for functionality mirroring PyCall's pystrings. It is very helpful when people are transitioning from python to Julia to be able to execute and grab...
In transitioning from PyCall.jl, I was just trying to confirm that the stdout forwarding worked similarly and came across an example I found puzzling. ``` @py begin import numpy as...
I found the following surprising. ``` n = 0 x = rand(50,100); xr = repeat(x,outer=[1 1 n]) println(size(xr)) pxr = ImageFiltering.padarray(xr,ImageFiltering.Pad(:reflect,(5,5,0))); println(size(pxr)) ``` For n!=1 this succeeds and pads the...
As far as I understand it/have tested, after version 1.9, `addprocs(n)` creates workers in the same environment as the main process (see https://github.com/JuliaLang/julia/issues/49003). However, `addprocs(SlurmManager())` does not seem to do...
I have been finding that some of my unit tests have been consistently failing on the 1.12 nightlys for several months, I think due to BlockArrays.jl. I am not sure...