From 7625c94683259314346e5d8f0388a95191987b33 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Sat, 10 Oct 2020 14:08:18 +0100 Subject: [PATCH] fix benchmark import clash --- benchmark/benchmarks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmarks.jl b/benchmark/benchmarks.jl index 9bfd157..0ed9bbc 100644 --- a/benchmark/benchmarks.jl +++ b/benchmark/benchmarks.jl @@ -6,8 +6,8 @@ # export_markdown(out_file, results) using BioStructures -using BioCore using BenchmarkTools +import BioCore # Imported to avoid clash with BioGenerics distance using Random # Use files in BioFmtSpecimens