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

Fixes #2140 fraction basolateral not set properly #2144

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

msevestre
Copy link
Member

No description provided.

@msevestre msevestre requested a review from Yuri05 March 28, 2022 14:19
@@ -73,6 +73,10 @@ private void updateFractionExpressedEpithelial(TransporterExpressionContainer tr
if (fractionExpressedApical == null)
return;

//Parameter is a hidden parameter. This is used for consistency purpose only and should not be updated
if (!fractionExpressedApical.Visible)
Copy link
Member Author

Choose a reason for hiding this comment

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

A bit to eager here. The null above was covering exactly this. But now that we have this parameter everywhere, we should only update if we can actually set it

Copy link
Member

Choose a reason for hiding this comment

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

lol
always those nice side effects 😄

@Yuri05 Yuri05 merged commit bc79201 into develop Mar 28, 2022
@Yuri05 Yuri05 deleted the 2140-fraction-basolateral-not-set-properly branch March 28, 2022 15:05
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.

2 participants