Explorar el Código

fixed ccp4 spec stub

Alexander Rose hace 6 años
padre
commit
54f9cd2ad6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mol-io/reader/_spec/ccp4.spec.ts

+ 1 - 1
src/mol-io/reader/_spec/ccp4.spec.ts

@@ -7,7 +7,7 @@
 import CCP4 from '../ccp4/parser'
 import { FileHandle } from '../../common/file-handle';
 
-const ccp4Buffer = new Uint8Array([])
+const ccp4Buffer = new Uint8Array(4 * 64)
 
 describe('ccp4 reader', () => {
     it('basic', async () => {