Faiyaz Hasan

Results 24 comments of Faiyaz Hasan

> @mshkanth , I would say the list of possible "types" of electron are [listed here](https://github.com/AgnostiqHQ/covalent/blob/e7d46bc77e06c9bf93ecc2b88a581275233b1821/covalent/_shared_files/defaults.py#L28:L35) (and functional electron, which is the main normal electron that is not listed here)....

> > @mshkanth can you clarify the request? > > The request was to maintain only count of functional electrons in `lattices.electron_num` and `lattices.total_electron_num`. These fields were introduced to primarily...

Tutorial DB: [dnn_tutorial_20220923.sqlite.zip](https://github.com/AgnostiqHQ/covalent/files/9634186/dnn_tutorial_20220923.sqlite.zip)

@mshkanth Are you not using the function string file as a proxy for the workflow description?

> > @mshkanth Are you not using the function string file as a proxy for the workflow description? > > @FyzHsn - Description is a different field on the GUI...

> Hey, could I take this? I'll work on building tests **init**, set_metadata, and get_metadata. I'll try to understand Electrons better when I'm doing that so I can create a...

> Hi @StreakSharn, one thing I can think of is to check whether you're running `python setup.py webapp` from the root `covalent` directory. If you're in some other subdirectory, that...

UI: ``` from covalent.heartbeat import _heartbeat _heartbeat.set_server(address, port) # Set server - Does pid belong here as well? _heartbeat.get_server() # Get server information # Not intended for use directly -...

@mshkanth @mshkanth My preference would be to add a field `deleted` field in the tables to indicate that something has been deleted in the UI by the user. At this...