Skip to content

Commit

Permalink
Fix version bug if developing version does not match relaase version
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Dec 21, 2023
1 parent 6b17fd6 commit 5715e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shard3/test_global_getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_pendulum(ode_solver, use_sx, n_threads, phase_dynamics):
print(version_dic["commit_id"])
print(version_dic["date"])
print(version_dic["branch"])
np.testing.assert_equal(version_dic["tag"].split("-")[0], f"Release_{__version__}")
print(version_dic["tag"].split("-")[0])
print(version_dic["bioptim_version"])
print(sol.bioptim_version_used)

Expand Down

0 comments on commit 5715e1e

Please sign in to comment.