You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at my .out folder on Linux for the attributes that seem to be removed when regenerating qiskit 0.19.6, I found that there are two files for them that macOS is not able to download because of the case sensitivity. For example for COMPILE_CONFIG:
This PR regenerates the qiskit 0.19 API docs.
QuantumInstance had two HTML for some properties where a file in
ALL_CAPS defined the property itself and another file in lowercase was
the getter. Our script, when run on case-insensitive operating systems
like macOS, wasn't able to download both files, and we ended up losing
the getters.
The artifact stored on Box (https://ibm.ent.box.com/folder/246867920686)
was modified to preserve all the getters and remove the properties.
Closes#769
This PR regenerates the qiskit 0.19 API docs.
QuantumInstance had two HTML for some properties where a file in
ALL_CAPS defined the property itself and another file in lowercase was
the getter. Our script, when run on case-insensitive operating systems
like macOS, wasn't able to download both files, and we ended up losing
the getters.
The artifact stored on Box (https://ibm.ent.box.com/folder/246867920686)
was modified to preserve all the getters and remove the properties.
ClosesQiskit#769
When on macOS,
npm run gen-api -- -p qiskit -v 0.19.6 --historical
results in removing 28 lines:We reproduced that on 3 macOS machines. But the problem does not happen on Linux. Is it case insensitivity?
The text was updated successfully, but these errors were encountered: