Skip to content

Commit

Permalink
Merge pull request #354 from radis/develop
Browse files Browse the repository at this point in the history
0.10.1
  • Loading branch information
erwanp committed Aug 26, 2021
2 parents 620895d + 11fbf88 commit 2e0779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radis/io/cache_files.py
Expand Up @@ -48,7 +48,7 @@
"""str: forces to regenerate cache files that were created in a previous version"""

# Just make sure LAST_BACKWARD_COMPATIBLE_VERSION is valid
assert radis.__version__ >= radis.config["OLDEST_COMPATIBLE_VERSION"]
assert parse(radis.__version__) >= parse(radis.config["OLDEST_COMPATIBLE_VERSION"])

# Utils

Expand Down

0 comments on commit 2e0779f

Please sign in to comment.