Skip to content

Commit

Permalink
license blac isort
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Feb 3, 2023
1 parent df13c23 commit 8254318
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Copyright 2017–2023 Daniel Hrisca
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down
2 changes: 2 additions & 0 deletions src/asammdf/blocks/v4_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@

try:
from isal.isal_zlib import compress, decompress

COMPRESSION_LEVEL = 2

except ImportError:
from zlib import compress, decompress

COMPRESSION_LEVEL = 1


Expand Down
2 changes: 1 addition & 1 deletion src/asammdf/gui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
RANGE_INDICATOR_ICON = None
NO_ERROR_ICON = None

COMPUTED_FUNCTION_ERROR_VALUE = float('nan')
COMPUTED_FUNCTION_ERROR_VALUE = float("nan")


COLORS = [
Expand Down

0 comments on commit 8254318

Please sign in to comment.