You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on editing a couple of functions in PyPOTS code as I believe it would be more flexible for the library to handle the case, for example, where no GPU is present in the system (which at the moment raises an Exception) and other edits on formulas for the computation of metrics. I was going to submit the modifications through a Pull Request so that you can examine it, but I wanted to run the tests before creating a Pull Request so to make sure that everything works file (and test it in my software as well for specific cases where things could go wrong). I've been trying to use Unittest and Pytest to run them, but every time I try the IDE tells me that there are no tests and nothing was done. Thus, how do you usually run these tests, what command do you use? I wanted to use it in PyCharm to help myself with the debugger for part of code that are not working for any reason.
Thanks in advance, I'm looking forward to your kind response.
Best Regards,
Giacomo Guiduzzi
The text was updated successfully, but these errors were encountered:
Issue description
Hi everyone,
I am working on editing a couple of functions in PyPOTS code as I believe it would be more flexible for the library to handle the case, for example, where no GPU is present in the system (which at the moment raises an Exception) and other edits on formulas for the computation of metrics. I was going to submit the modifications through a Pull Request so that you can examine it, but I wanted to run the tests before creating a Pull Request so to make sure that everything works file (and test it in my software as well for specific cases where things could go wrong). I've been trying to use Unittest and Pytest to run them, but every time I try the IDE tells me that there are no tests and nothing was done. Thus, how do you usually run these tests, what command do you use? I wanted to use it in PyCharm to help myself with the debugger for part of code that are not working for any reason.
Thanks in advance, I'm looking forward to your kind response.
Best Regards,
Giacomo Guiduzzi
The text was updated successfully, but these errors were encountered: