it('returns middle color of gradient for atom with the middle occupancy', () => {
      const atom = { occupancy: 0.5 }
      const color = oColorer.getAtomColor(atom)
      expect(color).to.equal(cGradientColor)
    })