VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

Evaluations is missing in XSAMS file #131

Open benjaminpavone opened 6 years ago

benjaminpavone commented 6 years ago

Evaluation can be added in Fitdata (Dataset), but it's not displayed on the generated XSAMS file.

The code is missing in generator.py

example of fix :

if hasattr(FitData, "Evaluations"):
    for Argument in FitData.Arguments:
        .....