Skip to content

Commit

Permalink
Use the new namespace of the nb connector [run-notebook-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Feb 9, 2024
1 parent bd109f7 commit f702f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def ignored_warnings():
args = ""
for category,messages in warnings.items():
for m in messages:
args += f' -W "{m}:{category}"'
args += f' -W "ignore:{m}:{category}"'
return args


Expand Down

0 comments on commit f702f87

Please sign in to comment.