Open ahill187 opened 3 months ago
In this PR, I have moved func_mode out of the PARC class since it doesn't belong there, and put it in utils.py. I have also renamed it get_mode, and added docstrings and tests.
func_mode
PARC
utils.py
get_mode
Description
In this PR, I have moved
func_mode
out of thePARC
class since it doesn't belong there, and put it inutils.py
. I have also renamed itget_mode
, and added docstrings and tests.