Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/KarrLab/wc_kb
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 6, 2020
2 parents 692a725 + 9c07abc commit be5b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wc_kb/core.py
Expand Up @@ -868,7 +868,7 @@ class Concentration(KnowledgeBaseObject):
"""

cell = obj_tables.ManyToOneAttribute(Cell, related_name='concentrations')
species = OneToOneSpeciesAttribute(related_name='concentrations')
species = OneToOneSpeciesAttribute(related_name='concentration')
medium = obj_tables.StringAttribute()
value = FloatAttribute(min=0)
units = obj_tables.sci.units.UnitAttribute(unit_registry,
Expand Down

0 comments on commit be5b696

Please sign in to comment.