Open evanseitz opened 2 years ago
Hi Evan, did you run all tests and tutorials prior to this PR?
Hi Ammar, it's programmed in as a default argument (True); any call to the function with this argument missing in the past shouldn't be affected
Hi Evan, in general please run tests and ensure all tutorials work before pull requests, especially if the PR involves enhancements and not hot-fixes or patch-fixes related to breaking changes. Whenever possible, please write your own tests demonstrating that your code works as expected.
Ammar
added True as default, per J.K.'s recommendation