where is referencing to switch in pytensor/tensor/basic.py
def switch(cond, ift, iff):
"""if cond then ift else iff"""
where = switch
Is this the right place to make changes or somewhere else?
I am new to open source, what should i do to be able to contribute efficiently?
also why this pull request isn’t merged yet?
The linked issue is already closed! But the place to discuss these is on github itself. It looks like your PR has some changes requested, so you can address those in by leaving a comment on the issue if you’re confused/stuck, or by making the requested changes.