Exopy / exopy_hqc_legacy

Transition package to smooth transition from HQCMeas to Exopy.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Measure can be overwritten by another in the queue #38

Closed lcontami closed 6 years ago

lcontami commented 6 years ago

One way to partially protect against that is to check that no 2 measures with the same name and id are enqueued (if the save file name is defined using {measname}{meas_id} then this will work).

This will have to be added to the InternalChecksHook.

Todo also: add in the documentation that one should use {measdate}{measname}{meas_id} for the file name definition.

MatthieuDartiailh commented 6 years ago

This belongs in ecpy repo.

lcontami commented 6 years ago

Pffffffff that's true, sorry I'll move it