Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 92e38424 authored by hhakim's avatar hhakim
Browse files

Minor fix.

wrong argument name for NORMLIN projector.
parent d048198c
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ class normlin(proj_gen): ...@@ -297,7 +297,7 @@ class normlin(proj_gen):
pos: True to skip negative values (replaced by zero) of the matrix to project. pos: True to skip negative values (replaced by zero) of the matrix to project.
""" """
self.constraint = ConstraintReal('normlin', shape[0], shape[1], normval, normalized, pos) self.constraint = ConstraintReal('normlin', shape[0], shape[1], s, normalized, pos)
class ConstraintMat(ConstraintGeneric): class ConstraintMat(ConstraintGeneric):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment