beforeEach(() => {
      paletteStub = sinon.stub(palettes, 'first').value(palette)
      hColorer = new HydrophobicityColorer(opts)
    })