Replies: 1 comment
-
Are you trying to programmatically invoke Scalene? The best way to use it is directly as a replacement for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project created with briefcase. But when I try to use scalene, it can't load one of my relative imports (it thinks I'm trying to import
scalene.my_module
even though the import isfrom .my_module import ...
). Am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions