Skip to content
Snippets Groups Projects
Mostafa Hadizadeh's avatar
  • 1c3b8824 · fix minor changes in wrapper
Mostafa Hadizadeh's avatar
  • c143dc97 · narrow down the ensemble options via predefined_facets
Mostafa Hadizadeh's avatar
  • 806e4ed4 · narrow down the ensemble options via predefined_facets
Mostafa Hadizadeh's avatar
Mostafa Hadizadeh's avatar
accepted merge request !1 "Make the Plot Healpix 2d work as Freva Plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Healpix 2d
Mostafa Hadizadeh's avatar
Mostafa Hadizadeh's avatar
commented on merge request !1 "Make the Plot Healpix 2d work as Freva Plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Healpix 2d

I got offline LGTM from @k204230

Martin Bergemann's avatar
commented on merge request !1 "Make the Plot Curtain plugin work as Freva plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Curtain

LGTM

Mostafa Hadizadeh's avatar
  • b7add2c2 · Update .gitlab-ci.yml file
Mostafa Hadizadeh's avatar
  • d39224ff · Update .gitlab-ci.yml file
Mostafa Hadizadeh's avatar
Mostafa Hadizadeh's avatar
Mostafa Hadizadeh's avatar
accepted merge request !1 "Make the Plot Curtain plugin work as Freva plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Curtain
Mostafa Hadizadeh's avatar
  • 2e57df5d · add config_dict in main func
Mostafa Hadizadeh's avatar
Mostafa Hadizadeh's avatar
Mostafa Hadizadeh's avatar
Martin Bergemann's avatar
commented on merge request !1 "Make the Plot Healpix 2d work as Freva Plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Healpix 2d

Just a question: How come there are already changes?

Martin Bergemann's avatar
commented on merge request !1 "Make the Plot Healpix 2d work as Freva Plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Healpix 2d

If you don't lint then you can remove this.

Martin Bergemann's avatar
commented on merge request !1 "Make the Plot Healpix 2d work as Freva Plugin" at freva / plugins4freva / ORCESTRA Campaign / Plot Healpix 2d

I am not a fan of executing code on import. Could you wrap the code that gets excecuted into a function or multiple functions and then use a if name...