Skip to content
Snippets Groups Projects
Closed REFAC: use target var instead of hard coded target
  • View options
  • REFAC: use target var instead of hard coded target

  • View options
  • Closed Issue created by Ghost User

    in post_processing.py replace in make_prediction() the line

     # get scaling parameters
     mean, std, transformation_method = data.get_transformation_information(variable='o3')

    by

    variable = self.data_store.get(...)

    Check for other usage of 'o3' variable and replace it

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first