Muhammad Rebaal
Muhammad Rebaal
Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/). - [x] My pull...
Hi @jessegrabowski , @ricardoV94 ! I've implemented the `rng_fn` for the designated classes `CAR/ICAR` in the issue [#7713](https://github.com/pymc-devs/pymc/issues/7713) , so could you please review and let me know if there...
closes [#2403](https://github.com/pytorch/botorch/issues/2403) Hi @esantorella ! I've Improved the documentation related to `SingleTaskMultiFidelityGP` and `LinearTruncatedFidelityKernel` to clearly express that higher numerical values represent higher fidelities. Could you please review my PR...
`orm/utils/node.py`: Bug fix, `removeprefix` was being applied to `'data'` instead of `'process'`
**Description:** There was an issue in the line 64 that removeprefix function was being applied to `data.` instead of `process.` In the end the change made here doesn't change any...
### Description The initial setup of AiiDA can be a little difficult, especially for beginners, or those with no knowledge of managing services like PostgreSQL or RabbitMQ.From experience, I experienced...
Hi @danielhollas ! I've implemented the fix for the issue [#6375](https://github.com/aiidateam/aiida-core/issues/6375#issuecomment-2783492532) with `StructureData.cell_angles` as you requested. The solution now: 1. Raises a ValueError if all cell vectors have zero length...
Hi @khsrali ! I've enhance the tests in the Todo's and solved some of them except those that you mentioned `get, put, and copy methods` which would be later implemented...