We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재, heatshock의 Chilling, Recovery에서 While 문을 사용 특정 시간이 가기 전까지 Mix를 반복하고있음.
그러나, OT-2에서는 처음 Protocol동작 시 모든 코드를 시행 -> 변환 -> 동작 되고 있음 따라서 동작시간이 예상과 다르게 매우 짧게 계산됨 (첫 단계에서 코드를 끝까지 시행하기에)
해당 코드 동작전 if protocol.is_simulate 추가 하면 개선 되는 것 같지만 제대로 확인 필요함
if protocol.is_simulate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
현재, heatshock의 Chilling, Recovery에서
While 문을 사용 특정 시간이 가기 전까지 Mix를 반복하고있음.
그러나, OT-2에서는 처음 Protocol동작 시 모든 코드를 시행 -> 변환 -> 동작 되고 있음
따라서 동작시간이 예상과 다르게 매우 짧게 계산됨 (첫 단계에서 코드를 끝까지 시행하기에)
해당 코드 동작전
if protocol.is_simulate
추가 하면 개선 되는 것 같지만 제대로 확인 필요함The text was updated successfully, but these errors were encountered: