We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac59f4b + 57cea95 commit e5dc9f4Copy full SHA for e5dc9f4
lib/Bio/KBase/ObjectAPI/KBaseFBA/FBAModel.pm
@@ -811,7 +811,7 @@ sub printSBML {
811
push(@{$output},"\t\t<listOfUnits>");
812
push(@{$output},"\t\t\t<unit kind=\"mole\" scale=\"-3\"/>");
813
push(@{$output},"\t\t\t<unit kind=\"gram\" exponent=\"-1\"/>");
814
- push(@{$output},"\t\t\t<unit kind=\"second\" multiplier=\".00027777\" exponent=\"-1\"/>");
+ push(@{$output},"\t\t\t<unit kind=\"second\" multiplier=\"3600\" scale=\"0\" exponent=\"-1\"/>");
815
push(@{$output},"\t\t</listOfUnits>");
816
push(@{$output},"\t</unitDefinition>");
817
push(@{$output},"</listOfUnitDefinitions>");
0 commit comments