SimInspiralChooseFDWaveformSequence error when generating a waveform with IMRPhenomXHM
Description of problem
I am currently working with some frequency domain waveforms and some weeks ago I ran into an error when using SimInspiralChooseFDWaveformSequence. The point is that I need to use SimInspiralChooseFDWaveformSequence to generate a waveform with IMRPhenomXHM and that is raising some errors related with the coalescence time. Other waveform models work fine with this interface, the issue seems that only appears with IMRPhenomXHM. This is the error I am getting:
XLALGPSSetREAL8(): overflow: -inf out of range of a 32-bit signed integer
XLAL Error - XLALGPSSetREAL8 (/home/conda/feedstock_root/build_artifacts/lal-split_1664806080069/work/lib/date/XLALTime.c:83): Input domain error
XLAL Error - XLALGPSAdd (/home/conda/feedstock_root/build_artifacts/lal-split_1664806080069/work/lib/date/XLALTime.c:135): Internal function call failed: Input domain error
XLAL Error - IMRPhenomXHM_MultiMode2 (/home/conda/feedstock_root/build_artifacts/lalsimulation-split_1663155685816/work/lib/LALSimIMRPhenomXHM.c:1631): Failed to shift the coalescence time to t=0. Tried to apply a shift of -1/df with df = 0.
XLAL Error - IMRPhenomXHM_MultiMode2 (/home/conda/feedstock_root/build_artifacts/lalsimulation-split_1663155685816/work/lib/LALSimIMRPhenomXHM.c:1631): Internal function call failed: Input domain error
XLAL Error - XLALSimIMRPhenomXHMFrequencySequence (/home/conda/feedstock_root/build_artifacts/lalsimulation-split_1663155685816/work/lib/LALSimIMRPhenomXHM.c:1341): IMRPhenomXPHM_hplushcross failed to generate IMRPhenomXPHM waveform.
XLAL Error - XLALSimIMRPhenomXHMFrequencySequence (/home/conda/feedstock_root/build_artifacts/lalsimulation-split_1663155685816/work/lib/LALSimIMRPhenomXHM.c:1341): Internal function call failed: Input domain error
XLAL Error - XLALSimInspiralChooseFDWaveformSequence (/home/conda/feedstock_root/build_artifacts/lalsimulation-split_1663155685816/work/lib/LALSimInspiralWaveformCache.c:1395): Internal function call failed: Input domain error
''Failed to shift the coalescence time to t=0. Tried to apply a shift of -1/df with df = 0.'' It seems that a null value is passed to df.
Expected behavior
SimInspiralChooseFDWaveformSequence should not set df=0 when trying to shift the coalescence time for IMRPhenomXHM.
Steps to reproduce
First importing the libraries we need:
import numpy as np
from astropy.coordinates import Distance
from astropy.cosmology import Planck15
import lalsimulation as lalsim
import lal
from lal import CreateREAL8Vector
Then the main code that reproduces the error:
waveform = 'IMRPhenomXHM'
M = 10**7; q = 5; z = 0.8
mass_1 = q*M/(1+q); mass_2 = M/(1+q)
luminosity_distance = Distance(z=z, cosmology=Planck15).value
params_lal = lal.CreateDict()
approx_lal = lalsim.GetApproximantFromString(waveform)
fmin = 1e-3; fmax = 0.3; df = 0.000039273
frequencyvector = np.arange(fmin, fmax + df, df)
frequency_array = CreateREAL8Vector(len(frequencyvector))
frequency_array.data = frequencyvector
h_plus, h_cross = lalsim.SimInspiralChooseFDWaveformSequence(
0,
mass_1 * lal.MSUN_SI * (1 + z), # in [kg]
mass_2 * lal.MSUN_SI * (1 + z), # in [kg]
0, 0, 0, 0, 0, 0,
50., # reference frequency
luminosity_distance * lal.PC_SI * 1e6, # in [m]
0,
params_lal,
approx_lal,
frequency_array)
Context/environment
System information
Hostname: cl8.hawk.supercomputingwales.ac.uk
Operating system: macOS
Python version: 3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:56:21)
Conda info
$ conda info
active environment : gwthings
active env location : /home/jorge.valencia/.conda/envs/gwthings
shell level : 2
user config file : /home/jorge.valencia/.condarc
populated config files : /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/.condarc
conda version : 4.14.0
conda-build version : 3.22.0
python version : 3.10.6.final.0
virtual packages : __linux=3.10.0=0
__glibc=2.17=0
__unix=0=0
__archspec=1=x86_64
base environment : /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda (read only)
conda av data dir : /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/igwn/linux-64
https://conda.anaconda.org/igwn/noarch
package cache : /local/jorge.valencia/conda/pkgs
envs directories : /home/jorge.valencia/.conda/envs
/cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/envs
platform : linux-64
user-agent : conda/4.14.0 requests/2.28.1 CPython/3.10.6 Linux/3.10.0-1160.42.2.el7.x86_64 rhel/7.9 glibc/2.17
UID:GID : 100006761:100006761
netrc file : None
offline mode : False
Conda list
$ conda list
# packages in environment at /home/jorge.valencia/.conda/envs/gwthings:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_gnu conda-forge
alsa-lib 1.2.7.2 h166bdaf_0 conda-forge
anyio 3.6.2 pyhd8ed1ab_0 conda-forge
argon2-cffi 21.3.0 pyhd8ed1ab_0 conda-forge
argon2-cffi-bindings 21.2.0 py39hb9d737c_3 conda-forge
arviz 0.14.0 pyhd8ed1ab_0 conda-forge
astropy 5.1 py39hd257fcd_0 conda-forge
asttokens 2.0.8 pyhd8ed1ab_0 conda-forge
attr 2.5.1 h166bdaf_1 conda-forge
attrs 22.1.0 pyh71513ae_1 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 py_2 conda-forge
backports.functools_lru_cache 1.6.4 pyhd8ed1ab_0 conda-forge
beautifulsoup4 4.11.1 pyha770c72_0 conda-forge
bilby 1.4.0 pyhd8ed1ab_0 conda-forge
bilby.cython 0.4.0 py39h2ae25f5_0 conda-forge
bleach 5.0.1 pyhd8ed1ab_0 conda-forge
blosc 1.21.1 h83bc5f7_3 conda-forge
boost-cpp 1.74.0 h75c5d50_8 conda-forge
brotli 1.0.9 h166bdaf_7 conda-forge
brotli-bin 1.0.9 h166bdaf_7 conda-forge
brotlipy 0.7.0 py39hb9d737c_1004 conda-forge
bzip2 1.0.8 h7f98852_4 conda-forge
c-ares 1.18.1 h7f98852_0 conda-forge
ca-certificates 2022.12.7 ha878542_0 conda-forge
cached-property 1.5.2 hd8ed1ab_1 conda-forge
cached_property 1.5.2 pyha770c72_1 conda-forge
certifi 2022.12.7 pyhd8ed1ab_0 conda-forge
cffi 1.15.1 py39he91dace_1 conda-forge
cftime 1.6.2 py39h2ae25f5_1 conda-forge
charset-normalizer 2.1.1 pyhd8ed1ab_0 conda-forge
colorama 0.4.5 pyhd8ed1ab_0 conda-forge
contourpy 1.0.5 py39hf939315_0 conda-forge
corner 2.2.1 pyhd8ed1ab_0 conda-forge
cryptography 38.0.2 py39hd97740a_1 conda-forge
curl 7.86.0 h7bff187_1 conda-forge
cycler 0.11.0 pyhd8ed1ab_0 conda-forge
cython 0.29.32 py39h5a03fae_0 conda-forge
dbus 1.13.6 h5008d03_3 conda-forge
debugpy 1.6.3 py39h5a03fae_0 conda-forge
decorator 5.1.1 pyhd8ed1ab_0 conda-forge
deepdish 0.3.7 pyhd8ed1ab_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
dill 0.3.6 pyhd8ed1ab_1 conda-forge
dqsegdb 2.0.0 py39hf3d152e_1 conda-forge
dqsegdb2 1.1.3 pyhd8ed1ab_0 conda-forge
dynesty 2.0.3 pyhd8ed1ab_0 conda-forge
emcee 3.1.3 pyhd8ed1ab_0 conda-forge
entrypoints 0.4 pyhd8ed1ab_0 conda-forge
executing 1.1.1 pyhd8ed1ab_0 conda-forge
expat 2.4.9 h27087fc_0 conda-forge
fftw 3.3.10 nompi_hf0379b8_105 conda-forge
flit-core 3.7.1 pyhd8ed1ab_0 conda-forge
font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge
font-ttf-inconsolata 3.000 h77eed37_0 conda-forge
font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge
font-ttf-ubuntu 0.83 hab24e00_0 conda-forge
fontconfig 2.14.1 hc2a2eb6_0 conda-forge
fonts-conda-ecosystem 1 0 conda-forge
fonts-conda-forge 1 0 conda-forge
fonttools 4.38.0 py39hb9d737c_0 conda-forge
freetype 2.12.1 hca18f0e_0 conda-forge
future 0.18.2 py39hf3d152e_5 conda-forge
gettext 0.21.1 h27087fc_0 conda-forge
glib 2.74.0 h6239696_0 conda-forge
glib-tools 2.74.0 h6239696_0 conda-forge
gsl 2.7 he838d99_0 conda-forge
gst-plugins-base 1.20.3 h57caac4_2 conda-forge
gstreamer 1.20.3 hd4edc92_2 conda-forge
gwdatafind 1.1.2 pyhd8ed1ab_0 conda-forge
gwosc 0.6.1 pyhd8ed1ab_0 conda-forge
gwpy 3.0.1 pyhd8ed1ab_0 conda-forge
h5py 3.7.0 nompi_py39hd51670d_101 conda-forge
hdf4 4.2.15 h9772cbc_5 conda-forge
hdf5 1.12.2 nompi_h2386368_100 conda-forge
htcondor 9.12.0 pypi_0 pypi
icu 70.1 h27087fc_0 conda-forge
idna 3.4 pyhd8ed1ab_0 conda-forge
igwn-auth-utils 0.3.1 pyhd8ed1ab_0 conda-forge
importlib-metadata 4.11.4 py39hf3d152e_0 conda-forge
importlib_resources 5.10.0 pyhd8ed1ab_0 conda-forge
intel-openmp 2022.2.1 pypi_0 pypi
ipykernel 6.16.1 pyh210e3f2_0 conda-forge
ipython 8.5.0 pyh41d4057_1 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
ipywidgets 8.0.2 pyhd8ed1ab_1 conda-forge
jack 1.9.21 h2a1e645_0 conda-forge
jedi 0.18.1 pyhd8ed1ab_2 conda-forge
jinja2 3.1.2 pyhd8ed1ab_1 conda-forge
joblib 1.1.0 pyhd3eb1b0_0 anaconda
jpeg 9e h166bdaf_2 conda-forge
jsonschema 4.17.0 pyhd8ed1ab_0 conda-forge
jupyter 1.0.0 py39hf3d152e_7 conda-forge
jupyter_client 7.4.3 pyhd8ed1ab_0 conda-forge
jupyter_console 6.4.4 pyhd8ed1ab_0 conda-forge
jupyter_core 4.11.1 py39hf3d152e_0 conda-forge
jupyter_server 1.21.0 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 3.0.3 pyhd8ed1ab_0 conda-forge
keyutils 1.6.1 h166bdaf_0 conda-forge
kiwisolver 1.4.4 py39hf939315_0 conda-forge
krb5 1.19.3 h3790be6_0 conda-forge
lal 7.2.4 fftw_py39h7b69aad_100 conda-forge
lalsimulation 4.0.2 py39h41ff787_0 conda-forge
lalsimulation-data 4.0.2 ha770c72_0 conda-forge
lame 3.100 h166bdaf_1003 conda-forge
lcms2 2.12 hddcbb42_0 conda-forge
ld_impl_linux-64 2.39 hc81fddc_0 conda-forge
ldas-tools-al 2.6.7 h6e2fe03_1 conda-forge
ldas-tools-framecpp 2.9.1 hf5a2e36_0 conda-forge
lerc 4.0.0 h27087fc_0 conda-forge
libblas 3.9.0 16_linux64_openblas conda-forge
libbrotlicommon 1.0.9 h166bdaf_7 conda-forge
libbrotlidec 1.0.9 h166bdaf_7 conda-forge
libbrotlienc 1.0.9 h166bdaf_7 conda-forge
libcap 2.66 ha37c62d_0 conda-forge
libcblas 3.9.0 16_linux64_openblas conda-forge
libclang 14.0.6 default_h2e3cab8_0 conda-forge
libclang13 14.0.6 default_h3a83d3e_0 conda-forge
libcups 2.3.3 h3e49a29_2 conda-forge
libcurl 7.86.0 h7bff187_1 conda-forge
libdb 6.2.32 h9c3ff4c_0 conda-forge
libdeflate 1.14 h166bdaf_0 conda-forge
libedit 3.1.20191231 he28a2e2_2 conda-forge
libev 4.33 h516909a_1 conda-forge
libevent 2.1.10 h9b69904_4 conda-forge
libffi 3.4.2 h7f98852_5 conda-forge
libflac 1.4.2 h27087fc_0 conda-forge
libframel 8.42.2 h166bdaf_0 conda-forge
libgcc-ng 12.2.0 h65d4601_19 conda-forge
libgfortran-ng 12.2.0 h69a702a_19 conda-forge
libgfortran5 12.2.0 h337968e_19 conda-forge
libglib 2.74.0 h7a41b64_0 conda-forge
libgomp 12.2.0 h65d4601_19 conda-forge
libiconv 1.17 h166bdaf_0 conda-forge
liblal 7.2.4 fftw_h818ca7a_100 conda-forge
liblalframe 2.0.3 h166bdaf_0 conda-forge
liblalsimulation 4.0.2 hc09d588_0 conda-forge
liblapack 3.9.0 16_linux64_openblas conda-forge
libllvm14 14.0.6 he0ac6c6_0 conda-forge
libnetcdf 4.8.1 nompi_h261ec11_106 conda-forge
libnghttp2 1.47.0 hdcd2b5c_1 conda-forge
libnsl 2.0.0 h7f98852_0 conda-forge
libogg 1.3.4 h7f98852_1 conda-forge
libopenblas 0.3.21 pthreads_h78a6416_3 conda-forge
libopus 1.3.1 h7f98852_1 conda-forge
libpng 1.6.38 h753d276_0 conda-forge
libpq 14.5 hd77ab85_0 conda-forge
libsndfile 1.1.0 h27087fc_0 conda-forge
libsodium 1.0.18 h36c2ea0_1 conda-forge
libsqlite 3.39.4 h753d276_0 conda-forge
libssh2 1.10.0 haa6b8db_3 conda-forge
libstdcxx-ng 12.2.0 h46fd767_19 conda-forge
libtiff 4.4.0 h55922b4_4 conda-forge
libtool 2.4.6 h9c3ff4c_1008 conda-forge
libudev1 251 h166bdaf_0 conda-forge
libuuid 2.32.1 h7f98852_1000 conda-forge
libvorbis 1.3.7 h9c3ff4c_0 conda-forge
libwebp-base 1.2.4 h166bdaf_0 conda-forge
libxcb 1.13 h7f98852_1004 conda-forge
libxkbcommon 1.0.3 he3ba5ed_0 conda-forge
libxml2 2.10.3 h7463322_0 conda-forge
libzip 1.9.2 hc869a4a_1 conda-forge
libzlib 1.2.13 h166bdaf_4 conda-forge
ligo-gracedb 2.7.5 pyhd8ed1ab_0 conda-forge
ligo-segments 1.4.0 py39hb9d737c_3 conda-forge
ligotimegps 2.0.1 py_0 conda-forge
lscsoft-glue 3.0.1 py39h3811e60_0 conda-forge
lz4-c 1.9.3 h9c3ff4c_1 conda-forge
lzo 2.10 h516909a_1000 conda-forge
mako 1.2.3 pyhd8ed1ab_0 conda-forge
markupsafe 2.1.1 py39hb9d737c_1 conda-forge
matplotlib 3.6.0 py39hf3d152e_0 conda-forge
matplotlib-base 3.6.0 py39hf9fd14e_0 conda-forge
matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge
mistune 2.0.4 pyhd8ed1ab_0 conda-forge
mkl 2022.2.1 pypi_0 pypi
mpg123 1.30.2 h27087fc_1 conda-forge
mpld3 0.5.8 pyhd8ed1ab_0 conda-forge
mpmath 1.2.1 pyhd8ed1ab_0 conda-forge
munkres 1.1.4 pyh9f0ad1d_0 conda-forge
mysql-common 8.0.31 haf5c9bc_0 conda-forge
mysql-libs 8.0.31 h28c427c_0 conda-forge
nbclassic 0.4.8 pyhd8ed1ab_0 conda-forge
nbclient 0.7.0 pyhd8ed1ab_0 conda-forge
nbconvert 7.2.3 pyhd8ed1ab_0 conda-forge
nbconvert-core 7.2.3 pyhd8ed1ab_0 conda-forge
nbconvert-pandoc 7.2.3 pyhd8ed1ab_0 conda-forge
nbformat 5.7.0 pyhd8ed1ab_0 conda-forge
ncurses 6.3 h27087fc_1 conda-forge
nest-asyncio 1.5.6 pyhd8ed1ab_0 conda-forge
netcdf4 1.6.2 nompi_py39hfaa66c4_100 conda-forge
networkx 2.8.4 py39h06a4308_0 anaconda
nlopt 2.7.1 py39h863de18_3 conda-forge
nomkl 1.0 h5ca1d4c_0 conda-forge
notebook 6.5.2 pyha770c72_0 conda-forge
notebook-shim 0.2.2 pyhd8ed1ab_0 conda-forge
nspr 4.32 h9c3ff4c_1 conda-forge
nss 3.78 h2350873_0 conda-forge
numexpr 2.8.3 py39hf625f34_101 conda-forge
numpy 1.23.4 py39h3d75532_0 conda-forge
openjpeg 2.5.0 h7d73246_1 conda-forge
openssl 1.1.1s h0b41bf4_1 conda-forge
packaging 21.3 pyhd8ed1ab_0 conda-forge
pandas 1.5.1 py39h4661b88_0 conda-forge
pandoc 2.19.2 h32600fe_1 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
parso 0.8.3 pyhd8ed1ab_0 conda-forge
patsy 0.5.3 pyhd8ed1ab_0 conda-forge
pcre2 10.37 hc3806b6_1 conda-forge
pegasus-wms.api 5.0.2 pyhd8ed1ab_0 conda-forge
pegasus-wms.common 5.0.2 pyhd8ed1ab_0 conda-forge
pexpect 4.8.0 pyh9f0ad1d_2 conda-forge
pickleshare 0.7.5 py_1003 conda-forge
pillow 9.2.0 py39hd5dbb17_2 conda-forge
pip 22.3 pyhd8ed1ab_0 conda-forge
pkg-config 0.29.2 h36c2ea0_1008 conda-forge
pkgutil-resolve-name 1.3.10 pyhd8ed1ab_0 conda-forge
plotly 5.11.0 pypi_0 pypi
ply 3.11 py_1 conda-forge
prometheus_client 0.15.0 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.31 pyha770c72_0 conda-forge
prompt_toolkit 3.0.31 hd8ed1ab_0 conda-forge
psutil 5.9.3 py39hb9d737c_0 conda-forge
pthread-stubs 0.4 h36c2ea0_1001 conda-forge
ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge
pulseaudio 14.0 habe0971_10 conda-forge
pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge
pycbc 2.0.5 py39hfb744ff_0 conda-forge
pycparser 2.21 pyhd8ed1ab_0 conda-forge
pyerfa 2.0.0.1 py39hd257fcd_2 conda-forge
pygments 2.13.0 pyhd8ed1ab_0 conda-forge
pyjwt 2.6.0 pyhd8ed1ab_0 conda-forge
pyopenssl 22.1.0 pyhd8ed1ab_0 conda-forge
pyparsing 3.0.9 pyhd8ed1ab_0 conda-forge
pyqt 5.15.7 py39h18e9c17_1 conda-forge
pyqt5-sip 12.11.0 py39h5a03fae_1 conda-forge
pyrsistent 0.19.2 py39hb9d737c_0 conda-forge
pyrxp 3.0.1 py39hb9d737c_2 conda-forge
pysocks 1.7.1 pyha2e5f31_6 conda-forge
pytables 3.7.0 py39h6a7961f_3 conda-forge
python 3.9.13 h9a8a25e_0_cpython conda-forge
python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge
python-fastjsonschema 2.16.2 pyhd8ed1ab_0 conda-forge
python-lal 7.2.4 fftw_py39hbef61f7_100 conda-forge
python-lalframe 2.0.3 py39h2ae25f5_0 conda-forge
python-lalsimulation 4.0.2 py39h2ae25f5_0 conda-forge
python-ligo-lw 1.8.3 py39hb9d737c_0 conda-forge
python_abi 3.9 2_cp39 conda-forge
pytz 2022.5 pyhd8ed1ab_0 conda-forge
pyyaml 6.0 py39hb9d737c_4 conda-forge
pyzmq 24.0.1 py39headdf64_0 conda-forge
qt-main 5.15.6 hc525480_0 conda-forge
qtconsole 5.4.0 pyhd8ed1ab_0 conda-forge
qtconsole-base 5.4.0 pyha770c72_0 conda-forge
qtpy 2.2.1 pyhd8ed1ab_0 conda-forge
readline 8.1.2 h0f457ee_0 conda-forge
requests 2.28.1 pyhd8ed1ab_1 conda-forge
safe-netrc 1.0.0 py_0 conda-forge
scikit-learn 1.1.1 py39h6a678d5_0 anaconda
scipy 1.9.3 py39hddc5342_0 conda-forge
scitokens 1.7.1 pyhd8ed1ab_0 conda-forge
seaborn 0.12.1 hd8ed1ab_0 conda-forge
seaborn-base 0.12.1 pyhd8ed1ab_0 conda-forge
send2trash 1.8.0 pyhd8ed1ab_0 conda-forge
setuptools 65.5.0 pyhd8ed1ab_0 conda-forge
sip 6.7.2 py39h5a03fae_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
snappy 1.1.9 hbd366e4_2 conda-forge
sniffio 1.3.0 pyhd8ed1ab_0 conda-forge
soupsieve 2.3.2.post1 pyhd8ed1ab_0 conda-forge
sqlite 3.39.4 h4ff8645_0 conda-forge
stack_data 0.5.1 pyhd8ed1ab_0 conda-forge
statsmodels 0.13.2 py39hd257fcd_0 conda-forge
sympy 1.11.1 pypi_0 pypi
tbb 2021.7.1 pypi_0 pypi
tenacity 8.1.0 pypi_0 pypi
terminado 0.17.0 pyh41d4057_0 conda-forge
threadpoolctl 2.2.0 pyh0d69192_0 anaconda
tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge
tk 8.6.12 h27826a3_0 conda-forge
toml 0.10.2 pyhd8ed1ab_0 conda-forge
tornado 6.2 py39hb9d737c_0 conda-forge
tqdm 4.64.1 pyhd8ed1ab_0 conda-forge
traitlets 5.5.0 pyhd8ed1ab_0 conda-forge
ts2vg 1.0.0 pypi_0 pypi
typing_extensions 4.4.0 pyha770c72_0 conda-forge
tzdata 2022e h191b570_0 conda-forge
unicodedata2 14.0.0 py39hb9d737c_1 conda-forge
urllib3 1.26.11 pyhd8ed1ab_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_2 conda-forge
webencodings 0.5.1 py_1 conda-forge
websocket-client 1.4.1 pyhd8ed1ab_0 conda-forge
wheel 0.37.1 pyhd8ed1ab_0 conda-forge
widgetsnbextension 4.0.3 pyhd8ed1ab_0 conda-forge
xarray 2022.12.0 pyhd8ed1ab_0 conda-forge
xarray-einstats 0.3.0 pyhd8ed1ab_0 conda-forge
xcb-util 0.4.0 h166bdaf_0 conda-forge
xcb-util-image 0.4.0 h166bdaf_0 conda-forge
xcb-util-keysyms 0.4.0 h166bdaf_0 conda-forge
xcb-util-renderutil 0.3.9 h166bdaf_0 conda-forge
xcb-util-wm 0.4.1 h166bdaf_0 conda-forge
xorg-libxau 1.0.9 h7f98852_0 conda-forge
xorg-libxdmcp 1.1.3 h7f98852_0 conda-forge
xz 5.2.6 h166bdaf_0 conda-forge
yaml 0.2.5 h7f98852_2 conda-forge
zeromq 4.3.4 h9c3ff4c_1 conda-forge
zipp 3.10.0 pyhd8ed1ab_0 conda-forge
zlib 1.2.13 h166bdaf_4 conda-forge
zstd 1.5.2 h6239696_4 conda-forge