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
When you run bioportal_web_ui, you can enable or disable fairness by changing the env variable FAIRNESS_DISABLED. This is not working because environment variables are always strings, and we not explicitly convert them into booleans in the ruby code.
with FAIRNESS_DISABLED=false or with FAIRNESS_DISABLED=true, fair score will not work
The text was updated successfully, but these errors were encountered:
Context
When you run bioportal_web_ui, you can enable or disable fairness by changing the env variable
FAIRNESS_DISABLED
. This is not working because environment variables are always strings, and we not explicitly convert them into booleans in the ruby code.FAIRNESS_DISABLED=false
or withFAIRNESS_DISABLED=true
, fair score will not workThe text was updated successfully, but these errors were encountered: