Shresth Keshari
Shresth Keshari
Hey @larsoner , I've fixed this by making changes in the save function in source_estimate.py, and tested this as well I'm opening a pull request, please let me know if...
Well, I made the changes to the docstrings, but can't figure out how to test the changes by maybe viewing it in a locally hosted html file. Please let me...
> [@shresth-keshari](https://github.com/shresth-keshari) I noticed that we both worked on this issue. I've completed the changes, built the documentation, and submitted a pull request. Let me know if any adjustments are...
@drammock I have changed ftype from None to auto coz it was fairly easy. I also put it to test by saving a sample of both .stc as well as...
Hey, @drammock, I implemented your suggestions, and ran pytest with --pdb flag. The issue seems to be coming from "read_source_estimate" in source_estimate.py, which looks like this in the terminal: ```...
I was able to successfully run " pytest test_source_estimate.py" with no fails, locally. I feel the issue has been solved and desired "intuitive naming" of stc files while saving them...
Hello, @drammock and @larsoner I believe that most of the changes have passed checks, but after numerous pytests, I can't pinpoint where does the issue lie that is stopping the...