Giulio Ungaretti
Giulio Ungaretti
### Steps to reproduce 1. name something with a greek letter 2. try to save to disk 3. depression ### ```python qcodes\data\gnuplot_format.py in write(self, data_set, io_manager, location, force_write, write_metadata) 276...
``` python half_hour_grouped = log_df.groupby(lambda row: pd.to_datetime(str(log_df['date'][row].hour) + ":" + str((log_df['date'][row].minute / 30)*30))) ``` is really smart but maybe better to highlight the nature of the integer division, ``` python...
### Describe the bug Following the readme/docs, I go like this: Which seems wrong, if I read the template.json in the repo and I use the full parameter name. Then...