We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d64ae commit 6fc886aCopy full SHA for 6fc886a
odm2api/ODM2/models.py
@@ -1024,7 +1024,7 @@ class Simulations(Base):
1024
TimeStepValue = Column('timestepvalue', Float(53), nullable=False)
1025
TimeStepUnitsID = Column('timestepunitsid', ForeignKey(Units.UnitsID), nullable=False)
1026
InputDataSetID = Column('inputdatasetid', ForeignKey(DataSets.DataSetID))
1027
- OutputDataSetID = Column('outputdatasetid', Integer)
+ #OutputDataSetID = Column('outputdatasetid', Integer) # What's this ?
1028
ModelID = Column('modelid', ForeignKey(Models.ModelID), nullable=False)
1029
1030
Action = relationship(Actions)
0 commit comments