Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup install fix #602

Merged
merged 2 commits into from
Jan 23, 2023
Merged

setup install fix #602

merged 2 commits into from
Jan 23, 2023

Conversation

Ipuch
Copy link
Collaborator

@Ipuch Ipuch commented Jan 23, 2023

related to #601


This change is Reviewable

setup.py Outdated
@@ -5,7 +5,7 @@

setup(
name="bioptim",
version="2.3.0",
version="3.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is possible to read bioptim.version, it would be better

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Base: 81.54% // Head: 81.50% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (11a487d) compared to base (f79c6db).
Patch coverage: 76.27% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #602      +/-   ##
==========================================
- Coverage   81.54%   81.50%   -0.04%     
==========================================
  Files         105      106       +1     
  Lines       11739    11787      +48     
==========================================
+ Hits         9572     9607      +35     
- Misses       2167     2180      +13     
Impacted Files Coverage Δ
bioptim/limits/constraints.py 82.96% <53.84%> (-1.33%) ⬇️
.../torque_driven_ocp/pendulum_with_passive_torque.py 71.42% <71.42%> (ø)
bioptim/dynamics/configure_problem.py 90.97% <100.00%> (ø)
bioptim/dynamics/dynamics_functions.py 94.33% <100.00%> (+0.15%) ⬆️
bioptim/interfaces/biomodel.py 100.00% <100.00%> (ø)
bioptim/interfaces/biorbd_model.py 95.19% <100.00%> (+0.04%) ⬆️
bioptim/limits/path_conditions.py 86.46% <100.00%> (+0.03%) ⬆️
bioptim/misc/__version__.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pariterre pariterre merged commit 31146b7 into pyomeca:master Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants