Akshit Tyagi

Results 36 comments of Akshit Tyagi

I tried fixing the failing doctests but i cannot seem to figure them out. Let me know if i can help out in any other way with this feature!

this is proving to be *very* elusive for me :/

This actually appears to be kinda by design, the decorator prints out a message about the alternative if no `message` argument is passed: ```python @deprecated(since="3.1", alternative="sunpy.net.Scraper") ``` would print out...

update: i was mistaken about the version thing before, the message about the version is implemented for the `deprecated_renamed_argument` decorator upstream where it works well. The `deprecated` decorator (the one...

nvm looks like there's some work on that front already @nabobalis :laughing: https://github.com/astropy/astropy/pull/16463