dtype float32 is sufficient
submissions in float32 are ok, now examples and renku datasets have float64 which is not needed.
How to fix:
- rerun renku datasets notebook with astype('float32') and update renku dataset files
- document that float32 is fine
- maybe only use float32 in climetlab
Edited by Aaron Spring