Skip to content

Commit

Permalink
fix: monkey patch typo (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord authored Mar 13, 2023
1 parent 832eaed commit bcb2f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encord_active/lib/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ def wrap(*args, **kwargs):

func(*args, **kwargs)

module_to_patch1.linalg, module_to_patch1.linalg = original_lin_alg1, original_lin_alg1
module_to_patch1.linalg, module_to_patch2.linalg = original_lin_alg1, original_lin_alg2

return wrap

0 comments on commit bcb2f53

Please sign in to comment.