Open BaptisteCecconi opened 1 year ago
The current implementation also adds an extra #
at the end of VESPA_target_name
when there should be only Jupiter
(and then satellite
should not be in target class either):
VESPA_target_name = "Jupiter#"
VESPA_target_class = "planet#satellite"
Currently, the
VESPA_target_name
andVESPA_target_class
attributes are a text string, with#
separator.Example:
We should transform this into a list of terms: