-
I think I am running out of memory even with 392GB for running standard pipeline for molecules size of ribociclib (62 atoms). The input for python poltype.py is:
```
structure=ribociclib.sdf
scrat…
-
Reported by: **[gimmeapill](https://launchpad.net/~gimmeapill)**
Date: 2009-12-07T22:03:18Z
Status: Fix Released
Importance: High
Launchpad Issue: [lp493793](https://bugs.launchpad.net/bugs/493793)
Ta…
-
The new atlas release now builds netlib lapack itself, so the lapack tarball is now included in the ATLAS spkg.
* Updated to newest upstream source, various patches are no longer required
* `SAGE_A…
-
x_center = np.where(mask_array[y_center] == True)[0][0]
IndexError: index 0 is out of bounds for axis 0 with size 0.
it is in complete_structure.py. it is find_mask_center() function.
'''
if …
-
It would be really nice for StandardTokenizer to adhere straight to the standard as much as we can with jflex. Then its name would actually make sense.
Such a transition would involve renaming the ol…
-
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the…
-
BPO | [11105](https://bugs.python.org/issue11105)
--- | :---
Nosy | @terryjreedy, @gpshead, @abalkin, @benjaminp, @jkloth, @meadori, @ambv, @ericsnowcurrently, @pablogsal, @miss-islington, @isidentica…
-
#### How to ground truth label your datasets for creating autonomous driving systems using Matlab ground truth App
#### Introduction
Ground truth labelling is the process of checking the results…
-
## Description
The algorithm engineer used yolov5 to train a model and output the model file in torchscript and onnx format. I can also infer the correct result by calling the onnx model using C#. Wh…
-
`ruptures` uses a lot of (nested) for loops to detect change points and for loops in python is **slow**.
The usual way of handling that is to vectorize as much as possible using numpy. But the alg…