matthiaskoenig / tellurium-web

Tellurium Web Tools
GNU Lesser General Public License v3.0
1 stars 1 forks source link

JWS Non standard data implementation cannot be executed #53

Closed matthiaskoenig closed 6 years ago

matthiaskoenig commented 7 years ago

JWS has a non standard data implementation resulting in problems with execution.

Affected archives are

<listOfDataGenerators>
    <dataGenerator id="plot0_DHAP_datagen3">
      <listOfVariables>
        <variable id="seek_data_Kouril_DHAP" target="#DHAP"/>
      </listOfVariables>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <ci> seek_data_Kouril_DHAP </ci>
      </math>
    </dataGenerator>
    <dataGenerator id="plot0_DHAP_datagen2">
      <listOfVariables>
        <variable id="seek_data_Kouril_time" target="#time"/>
      </listOfVariables>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <ci> seek_data_Kouril_time </ci>
      </math>
    </dataGenerator>
    <dataGenerator id="plot0_GAP_datagen3">
      <listOfVariables>
        <variable id="seek_data_Kouril_GAP" target="#GAP"/>
      </listOfVariables>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <ci> seek_data_Kouril_GAP </ci>
      </math>
    </dataGenerator>
    <dataGenerator id="plot0_GAP_datagen2">
      <listOfVariables>
        <variable id="seek_data_Kouril_time" target="#time"/>
      </listOfVariables>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <ci> seek_data_Kouril_time </ci>
      </math>
    </dataGenerator>
matthiaskoenig commented 6 years ago

This is JWS issue and reported, closing here.