You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Fypp chemistry flag evaluation by setting it locally
Move chemistry flag evaluation inside the HANDLE_SOURCES loop to ensure
it's correctly set to 0/1 (not False/True strings) for Fypp preprocessing.
This fixes the issue where Fypp was receiving chemistry=False instead of
chemistry=0, causing it to incorrectly evaluate the flag as truthy.
0 commit comments