You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the sweep workflow is throwing a warning about time units that looks like this
/home/adkern/miniconda3/envs/analysis2/lib/python3.10/site-packages/msprime/ancestry.py:831:
TimeUnitsMismatchWarning: The initial_state has time_units=ticks but time is measured in generations in msprime.
This may lead to significant discrepancies between the timescales. If you wish to suppress this warning,
you can use, e.g., warnings.simplefilter('ignore', msprime.TimeUnitsMismatchWarning)
warnings.warn(message, TimeUnitsMismatchWarning)
I wonder if we want to suppress this warning?
The text was updated successfully, but these errors were encountered:
currently the sweep workflow is throwing a warning about time units that looks like this
I wonder if we want to suppress this warning?
The text was updated successfully, but these errors were encountered: