Mickaël LALANDE

Results 2 comments of Mickaël LALANDE

I have the same trouble to make annotations by creating entities with Symfony/Doctrine : ``` php /** * @ORM\ManyToOne(targetEntity="OC\PlatformBundle\Entity\Advert") * @ORM\JoinColumn(nullable=false) */ private $Entity; ``` gives : ``` php /**...

Is there any update about this topic? I used the function define by @NicWayand by replacing `regridder.A` by `regridder.weights`: ```python import scipy def add_matrix_NaNs(regridder): X = regridder.weights M = scipy.sparse.csr_matrix(X)...