Skip to content

Commit 6fc886a

Browse files
committed
Fixing createSimulation issue ticket #23
1 parent 20d64ae commit 6fc886a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odm2api/ODM2/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ class Simulations(Base):
10241024
TimeStepValue = Column('timestepvalue', Float(53), nullable=False)
10251025
TimeStepUnitsID = Column('timestepunitsid', ForeignKey(Units.UnitsID), nullable=False)
10261026
InputDataSetID = Column('inputdatasetid', ForeignKey(DataSets.DataSetID))
1027-
OutputDataSetID = Column('outputdatasetid', Integer)
1027+
#OutputDataSetID = Column('outputdatasetid', Integer) # What's this ?
10281028
ModelID = Column('modelid', ForeignKey(Models.ModelID), nullable=False)
10291029

10301030
Action = relationship(Actions)

0 commit comments

Comments
 (0)