Skip to content

Commit

Permalink
Fix a ut.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Aug 28, 2024
1 parent 2851f53 commit 0b53433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(party):
'bob': '127.0.0.1:11356',
}
allowed_list = {
"numpy.core.numeric": ["*"],
"numpy._core.numeric": ["*"],
"numpy": ["dtype"],
}
fed.init(
Expand Down

0 comments on commit 0b53433

Please sign in to comment.