Abdul Samad
Abdul Samad
hey @rssh , I wanted to give you an update on the task you assigned during our last meeting. As you suggested, I used the Try[List[_]] monad to implement some...
My suggestion is to modify the CI configuration file to use the latest commit from the pull request branch. This approach aligns well with the workflow and ensures that CI...
Thanks for clarifying, @alexanderrichards. Let's use the current configuration for external forks and try a separate one for internal forks. I'm open to submitting a pull request.
Hey @ mrfh92 , Can I work on this issue?
Based on the information you provided, it appears that the command `make -j2 run-asm-tests-debug` is encountering an error related to the `vcd2vpd` command not being found. To address this issue,...
Thank you @mrfh92 for bringing the test failures to my attention. I've reviewed the local test output, and it's not matching the errors in the 'ci/codebase' environment. I'm currently investigating...
@mrfh92, I've been debugging for a while, and the test only passes when on return `split` is set to `None`. I'm not sure what's causing this. Any suggestions would be...
Hey @ClaudiaComito and @mrfh92, for this should we use `np.interp` or create a custom implementation for `interp`?
@ClaudiaComito May I work on this issue😋? Just to confirm, is [this file](https://github.com/helmholtz-analytics/heat/blob/main/heat/core/manipulations.py) where the function needs to be implemented?
hey @mrfh92, While looking for possible implementations, I came across this implementation in the PyTorch community, which can provide valuable insights into the interpolation process and strategies: [PyTorch Interpolation Implementation-1](https://github.com/pytorch/pytorch/issues/50334#issuecomment-1247611276)...