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
We now also get (e.g. running tests/test_slim.py::TestAPI::test_simulate)
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)
We should either fix up the time units in the tree sequence or do the suggested ignore fix.
The text was updated successfully, but these errors were encountered:
We now also get (e.g. running
tests/test_slim.py::TestAPI::test_simulate
)We should either fix up the time units in the tree sequence or do the suggested
ignore
fix.The text was updated successfully, but these errors were encountered: