Skip to content
Snippets Groups Projects
Commit f6994b6e authored by schmittu's avatar schmittu :beer:
Browse files

fix style

parent 55d36387
No related branches found
No related tags found
No related merge requests found
Pipeline #863 failed
......@@ -85,8 +85,8 @@ def to_peakmap(writer, mass_list=None):
assert isinstance(writer, MzMine2PeakMap)
data = writer.getMeta()
# java bytes are signd!?!?!?://stackoverflow.com/questions/44833584
meta = dill.loads(bytes([d & 0xff for d in data]))
# java bytes are signd!?!?!?://stackoverflow.com/questions/44833584
meta = dill.loads(bytes([d & 0xFF for d in data]))
polarity_mapping = {
PolarityType.NEUTRAL: "0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment