-
I've tried nearly anything to get the portaudio working, this is the error I get:
`
(01os-py3.9) (base) spence@Peri-XL software % poetry run 01
Warning: '01' is an…
-
Hi,
I run in import errors when trying to use bonsai lib on MacBookPro M2 (arm9). Tested with 3.9,3.10 and 3.11 Trackback is pasted below.
If I run the same import in Rosetta2 (x86) emulation enviro…
-
### Describe the issue
Running a model for N iterations in a single ONNX session is way faster than running the same model in 2 independent sessions, each session is run for N/2 iterations each.
¿W…
-
### Description:
When an image is all zeros such as
image = np.zeros((1080, 1920, 3), dtype=int)
then skimage.measure.blur(image) will produce a warning.
RuntimeWarning: invalid value encou…
-
-
For a simple `PerfTester` written like this
```
import SwiftExperimentalSubprocess
import Foundation
@main
struct Main {
static func main() async throws {
let r = try await Subp…
-
Dear Team,
Thank you very much for this creative tool and your outstanding work.
For a couple of weeks, obsidian has turned black when importing the smart connections (only restarting obsidian h…
-
**Configuration:**
- RDKit Version: **2020.09.1**
- Operating system: **Linux**
- Python version (if relevant): **3.8.5**
- Are you using conda? **Yes**
- If you are using conda,…
-
It seems like the massmatrix and cotmatrix functions are always returning an empty matrix, without any errors or warnings. Here is a simple setup:
```python
import igl
print(igl.__version__)
V,F…
-
```
from rdkit import Chem
m1 = Chem.MolFromSmiles('FC12C3CCCC1C32F')
m2 = Chem.MolFromSmiles('C12C3CCCC1C32')
m3 = Chem.MolFromSmiles('C1CC2C3C(C1)C23')
assert Chem.MolToSmiles(m2) == Chem.MolTo…