Emil Vatai

Results 20 comments of Emil Vatai

Hi, I have a similar (or maybe same) error: This is the end of `python setup.py test` ``` copying build/lib.linux-x86_64-3.6/torch_tvm/_torch_tvm.cpython-36m-x86_64-linux-gnu.so -> torch_tvm ============================= test session starts ============================== platform linux --...

As per @pdobsan 's comment, everything you see in `printenv` you can also modify including `auth_endpoint:` and `token_endpoint:`. Strangely, after setting those values to ``` auth_endpoint: https://login.microsoftonline.com//oauth2/v2.0/authorize token_endpoint: https://login.microsoftonline.com/oauth2/v2.0/token ```...

as for polly, grep for isl :)

I have a project in ISL which would be a nice fit with polygeist. I know Skimo doesn't plan to support OSL. Wanna help with this? ^_^ currently this is...

Code experimenting with zeeman 3d (to include with 1d): ```py import numpy as np import radicalpy as rp from radicalpy.data import Molecule molecules = [ Molecule.fromdb("flavin_anion", ["N5"]), Molecule.fromdb("tryptophan_cation", ["Hbeta1", "H1"]),...

@lmantill says these "fittings" belong to experiments, so e.g. the `MARY()` experiment could have a `fit: bool` flag, e.g. `MARY(..., fit=True). Keep option of doing it manually.

Todo @vatai : compare Bhalf fit (MARY) with multiexp fit (autocorrelation/MC)

https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages

Potentially related to #34