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
Branches
Tags
No related merge requests found
......@@ -297,7 +297,7 @@ class normlin(proj_gen):
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):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment