Mattia Careddu

Results 6 issues of Mattia Careddu

Hi everyone. I'm having a problem in the exercise 2. I implement my costFunction that works fine with initial_theta set to numpy.zeros(). Then I test with test_theta set to numpy.ones()....

### Actual behavior Custom Test will run in an infinite loop of building -> testing. ### Information - Skaffold version: v1.36.0 - Operating system: macOs - Installed via: skaffold.dev -...

This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * Swiper Version: Swiper 5.3.0 * Platform/Target and Browser Versions: Every browser ###...

bug confirmed
has workaround

**Name:** Mattia Careddu **Email:** [email protected] **Linkedin Profile:** https://www.linkedin.com/in/mattiacareddu/ Attach the homework screenshot below: ----------------------------------------- ![image_2021-10-29_20-05-46](https://user-images.githubusercontent.com/16430445/139482143-e6fd8c92-735a-44ec-85e1-73954755334e.png)

accepted
homework
badge issued

Is there a way to run it without specify -i and so run varnish in foreground? This is a problem if you're using docker-compose i suppose. I think that something...

runtests.jl ``` cd(@__DIR__) using Pkg using Test, TestSetExtensions, SafeTestsets @testset ExtendedTestSet "Example tests" begin @includetests ARGS end ``` test.jl ``` @safetestset "test" begin using Mocking Mocking.activate() patch = @patch open(fn::Function,...