Skip to content
Snippets Groups Projects
Commit e3b5236c authored by Andi Gerken's avatar Andi Gerken
Browse files

Mac ci

parent d15efd7b
No related branches found
No related tags found
1 merge request!46Mac ci
Pipeline #56785 passed
......@@ -8,8 +8,8 @@ stages:
tags: [linux, docker]
image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/centos:latest
#.macos:
# tags: [macos, shell]
.macos:
tags: [macos, shell]
.windows:
tags: [windows, docker]
......@@ -50,9 +50,9 @@ package:
extends: .centos
<<: *test
#"test: [macos, 3.8]":
# extends: .macos
# <<: *test
"test: [macos, 3.8]":
extends: .macos
<<: *test
"test: [windows, 3.8]":
extends: .windows
......
......@@ -37,6 +37,7 @@ import platform
import matplotlib
import matplotlib.pyplot as plt
import matplotlib.cm as cm
from matplotlib import animation
from matplotlib import patches
......@@ -909,7 +910,7 @@ class File(h5py.File):
else:
step_size = poses.shape[1]
cmap = matplotlib.colormaps[cmap]
cmap = cm.get_cmap(cmap)
x_world, y_world = self.world_size
if figsize is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment