Update stage5.py

pull/125/head
alexbofa 2023-10-21 23:16:03 +03:00 committed by GitHub
parent a34375fa8d
commit 6bbf857b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from sys import byteorder
import binascii
import numpy as np
SYNTHS_PER_PROJECT = 15
SYNTHS_PER_PROJECT = 25
def to_float_bytes(f):
if byteorder == 'little':