Vlad-C-Crisan

Results 2 issues of Vlad-C-Crisan

When deploying through Azure Portal using the template, the application will fail to start and return an HTTP Error 500.30 if the SQL Admin Password provided during deployment contains the...

**Describe the bug** In [THIS LINE](https://github.com/EIDOSLAB/torchstain/blob/3a3eb2c8af2662b4a001cf134f9a1bd24e0bdba7/torchstain/torch/utils/rgb2lab.py#L28) from rgb2lab implementation, the value `166` should be `116`. **Expected behavior** The line should be changed to `arr.masked_scatter_(not_mask, 7.787 * torch.masked_select(arr, not_mask) + 16...

bug