beast icon indicating copy to clipboard operation
beast copied to clipboard

BEAST failing on windows

Open karllark opened this issue 4 years ago • 0 comments

The beast tests are failing on windows. This has only been revealed with the move to github actions for testing as that is when windows testing was added. The issue looks to be how the isochrone code gets the location of json files. Changing this to use pkg_resources will likely solve the problem.

See this for an example. https://github.com/BEAST-Fitting/beast/blob/077708e86deddd4d992885a55cfdef1f5b91ff70/beast/tools/compare_spec_type.py#L254

Windows test showing the problem. https://github.com/BEAST-Fitting/beast/runs/778214646

karllark avatar Jun 18 '20 17:06 karllark