Sankalp Sanand

Results 29 issues of Sankalp Sanand

- [ ] I have added the tests to cover my changes. - [ ] I have updated the documentation and CHANGELOG accordingly. - [ ] I have read the...

The problems that post processing is solving can be solved without running through the entire function a 3rd time. For example, the main reason for doing post processing is to...

This issue will track the actual replacement with FastAPI and ensure that things work afterwards as well as they are working with Flask.

covalent-ui
covalent-dispatcher
priority / low
covalent-os
Team Psi

A user should be able to assign an executor to a lattice and that should be used for those electrons which do not have an explicitly assigned executor. Edit: This...

bug
electron
lattice
priority / low
cloud

After following the how-to here, https://covalent.readthedocs.io/en/latest/how_to/orchestration/construct_c_task.html, cell block 3 fails with the following error: ```python /Library/Developer/CommandLineTools/usr/bin/nm: error: libtest.so: File format has no dynamic symbol table. ``` seems to be a...

covalent-os

This issue will track the progress for a beginner tutorial which will highlight how something as simple as a merge sort can be improved using covalent in a real world...

documentation
feature
priority / low

### What should we add? When the `lattice.draw()` function is invoked then we should automatically open the UI page and print the URL where the user can go if they...

good first issue
help wanted
feature

- [ ] I have added the tests to cover my changes. - [ ] I have updated the documentation and CHANGELOG accordingly. - [ ] I have read the...

The `Status` dataclass is currently imported and used in `Result` where all the statuses are defined. Now, since we're going to have new statuses, we need to come up with...

Team West

Once separation of workflow and electron statuses is done, the electron level statuses need to be updated to accommodate executor dependent statuses. In this case the following status definitions will...