starfish icon indicating copy to clipboard operation
starfish copied to clipboard

change Codebook data default dtype to float

Open berl opened this issue 2 years ago • 0 comments

the intended specification for the codebook included non-integer values, but the current implementation uses integers when creating the Codebook object from a .json file. Non-integer values already work as desired when a codebook is created using the Codebook.from_dict method, so this PR should allow those values to be read in from a file.

berl avatar Mar 16 '22 17:03 berl