-
1c3b8824 · fix minor changes in wrapper
-
c143dc97 · narrow down the ensemble options via predefined_facets
-
806e4ed4 · narrow down the ensemble options via predefined_facets
accepted
merge request
!1
"Make the Plot Healpix 2d work as Freva Plugin"
at
freva / plugins4freva / ORCESTRA Campaign / Plot Healpix 2d
-
7bbff534 · Merge branch 'add-changes' into 'main'
- ... and 5 more commits. Compare e425eecf...7bbff534
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
commented on
merge request !1
"Make the Plot Curtain plugin work as Freva plugin"
at
freva / plugins4freva / ORCESTRA Campaign / Plot Curtain
LGTM
-
b7add2c2 · Update .gitlab-ci.yml file
-
d39224ff · Update .gitlab-ci.yml file
-
116c20c2 · Merge branch 'add-changes' into 'main'
- ... and 9 more commits. Compare 40907093...116c20c2
accepted
merge request
!1
"Make the Plot Curtain plugin work as Freva plugin"
at
freva / plugins4freva / ORCESTRA Campaign / Plot Curtain
-
2e57df5d · add config_dict in main func
-
7e13eabc · correct the badges
-
8c9cd1de · add suggestions
-
e109062c · add suggestions
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?
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.
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...