Skip to content

Commit

Permalink
Added note
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Aug 28, 2018
1 parent 52405f1 commit 124983c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions param/parameterized.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@ def __init__(mcs,name,bases,dict_):
for param_name,param in parameters:
mcs._initialize_parameter(param_name,param)

# retrieve depends info from methods and store more conveniently
dependers = [(n,m._dinfo) for (n,m) in dict_.items()
if hasattr(m,'_dinfo')]

Expand Down

0 comments on commit 124983c

Please sign in to comment.