-
He_basis = bse.get_basis(name="aug-cc-pvtz", elements=['He'])
bse.manip.extend_dunning_aug(He_basis, level=2)
I got the following error:
"RuntimeError: Smallest exponent is not completely uncontr…
-
![image](https://user-images.githubusercontent.com/21261127/69011623-90f3e680-0992-11ea-8139-485d5786b6b7.png)
It does not do anything and just stays at the message downloading Index Data for Sense…
-
The bug can be easely reproduced using the following input for [C6H3Cl3](https://media.yambo-code.eu/robots/databases/tests/C6H3Cl3.tar.gz) and comparing with `02_ALDA_diago_ws`
N.B.: you need to u…
-
https://github.com/BiocPy/SummarizedExperiment/blob/c7b42c756ab419a87227ac93dafa684ff9bbc36b/src/summarizedexperiment/BaseSE.py#L545-L581
Should either clarify this behaviour in the docstring or im…
-
It would be nice if there was a (python) script that could parse `.bse` files and extract the notes.
-
**Bicep version**
Bicep CLI version 0.22.6
**Describe the bug**
Am deploying an Azure Automation account using bicep, the runbooks use Python 3.8 and require the following packages:
azure_core, …
-
## Uer Case
Would be really useful to have a total count rate cut off in the Spectrum Tree - something along the lines of the BSE grouping but using the total counts collected (per point) instead. Th…
-
Hi when I run run_coloc.py:
python summary-gwas-imputation/src/run_coloc.py -keep_intermediate_folder -gwas_mode bse -gwas test1.txt -eqtl_mode bse -eqtl test2.txt -gwas_sample_size 149461 -eqtl_…
-
found while investigating #2377 (with the proposed fix replacing sign by `>=` )
the standard errors are nan, and there are RuntimeWarnings related to the kernel estimation.
What's the minimum size f…
-
Just leaving this here in case we ever decide we need REST functionality in Python. The requests module is pretty straight forward and user-friendly, working example below using our standard rest user…