I tried to get NimData to work on latest devel again, but I'm running into a weird problem coming from its plotly dependence. On travis I'm getting the error:
/home/travis/build/bluenote10/NimData/examples/example_01.nim(161, 5) template/generic instantiation of `heatmap` from here
/home/travis/build/bluenote10/NimData/src/nimdata/plotting.nim(32, 10) template/generic instantiation of `heatmap` from here
/home/travis/.nimble/pkgs/plotly-0.2.0/plotly/plotly_sugar.nim(64, 16) Error: attempting to call undeclared routine: 'mapIt'
I'm not quite sure why that is happening, because the code makes sense on first glance. Or do all these templates require to actually bind the symbols?
I tried to get NimData to work on latest devel again, but I'm running into a weird problem coming from its
plotlydependence. On travis I'm getting the error:I'm not quite sure why that is happening, because the code makes sense on first glance. Or do all these templates require to actually
bindthe symbols?