Skip to content
Snippets Groups Projects
Commit b1ca26a2 authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix wrong import

parent 3179245d
1 merge request!298Fix: Version string test case
Pipeline #41142 passed with stages
in 14 minutes and 43 seconds
import lbmpy
import pystencils as ps
def test_version_string():
version = lbmpy.__version__
version = ps.__version__
print(version)
numeric_version = [int(x, 10) for x in version.split('.')[0:1]]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment