This repository illustrates a problem with the numpy conda package when run inside a tox environment (using tox-conda on Windows:
Trying to import numpy, e.g. with
python.exe -c "import numpy; print(numpy.__version__)"
.venv/py37/bin/isort --recursive --check-only src tests | |
Skipped 1 files | |
.venv/py37/bin/black --skip-string-normalization --line-length 79 --diff --check src tests | |
All done! ✨ 🍰 ✨ | |
25 files would be left unchanged. | |
.venv/py37/bin/py.test -v --doctest-modules --cov=krotov --nbval --sanitize-with docs/nbval_sanitize.cfg --durations=10 -s src tests docs/notebooks/*.ipynb README.rst docs/*.rst | |
============================= test session starts ============================== | |
platform darwin -- Python 3.7.3, pytest-4.6.3, py-1.8.0, pluggy-0.12.0 -- /Users/goerz/Documents/Programming/github/krotov/.venv/py37/bin/python | |
cachedir: .pytest_cache | |
rootdir: /Users/goerz/Documents/Programming/github/krotov, inifile: setup.cfg |
"""Add a warning to the top of any documentation page for the "latest" version | |
on ReadTheDocs (RTD). Somewhat confusingly, "latest" is the latest development | |
version, not the latest release (which is stable). | |
Note that RTD has a builtin feature to show a similar warning on the | |
documentation of old releases. This can be enable in the Admin section on RTD, | |
under "Advanced Settings", "Show version warning" | |
""" | |
# This program is public domain | |
# Author: Michael Goerz |
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage{pdfpages} | |
\usepackage[ | |
pdfpagelabels=true, | |
pdftitle={Cavity Quantum Electrodynamics with Ensembles of Ytterbium-171}, | |
pdfauthor={Boris Braverman}, | |
unicode=true, | |
]{hyperref} |
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage{pdfpages} | |
\usepackage[ | |
pdfpagelabels=true, | |
pdftitle={Cavity-Enabled Spin Squeezing for a Quantum-Enhanced Atomic Clock}, | |
pdfauthor={Monika Schleier-Smith}, | |
unicode=true, |
This repository illustrates a problem with the numpy conda package when run inside a tox environment (using tox-conda on Windows:
Trying to import numpy, e.g. with
python.exe -c "import numpy; print(numpy.__version__)"
#%Module1.0####################################################################### | |
## modulefile for intel compiler | |
# | |
proc ModulesHelp { } { | |
global version | |
puts stderr "\tThis module sets paths for intel c++ and fortran compiler (Intel Composer XE 2020)" | |
} | |
module-whatis "Initialize intel c++ and fortran compiler (Intel Composer XE 2020)" |