Pietro Bonfa'
Pietro Bonfa'
I would like my server to send a message to all the open connections. In order to do so I think I need to loop on active streams. How can...
Hi there, I've been playing with Spirit APIs for a while, but I haven't found a good way to define sublattice magnetization. My setup looks like this ``` basis 8...
I searched the documentation, the tutorials and online, yet I could not find a comprehensive description of how magnetic systems are treated in AiiDA. Here's some questions: 1. is magnetism...
Collecting the revocation list from scratch today (10/01/22) reports this ``` { "id": "61dc2c60c204fc53f99cd361", "version": 35, "chunk": 1, "numDiAdd": 193786, "totalSizeInByte": 10200000, "sizeSingleChunkInByte": 510000, "totalChunk": 20, "totalNumberUCVI": 193786 } ```...
Error shows up using v1.0.0 and torch 1.13.1 with CUDA. To fix it I had to change https://github.com/stefanch/sGDML/blob/8af877adf02b05862b47c593f576ffcc6badf889/sgdml/torchtools.py#L549 to `dtype=torch.double`.
For some reason, the second time (?!) the code hits this line: https://github.com/stefanch/sGDML/blob/master/sgdml/utils/desc.py#L345 during `sgdml all`, multiprocessing imap blocks the execution and ctrl+c gives this backtrace: ``` ^C[CRIT] Traceback (most...
This pull request is just to discuss the possibility of labelling tests and printing partial information as the test proceeds. I see many ways of doing this, including creating and...
It would be nice to open attachments using the same key combination already implemented for urls. I made a small patch that opens the first attachment with `opener::open(path)`, but I...
Thanks for this nice library! I'm encountering a weird behavior with the `--raw-bytes` option: For qrcode, everythong as expected: ``` > ./rxing-cli test.png encode --width 200 --height 200 --data "aaa"...