Skip to content

WiP: install steps for workshop#147

Merged
pmitros merged 54 commits intomasterfrom
berickson/workshop
Jul 14, 2024
Merged

WiP: install steps for workshop#147
pmitros merged 54 commits intomasterfrom
berickson/workshop

Conversation

@bradley-erickson
Copy link
Copy Markdown
Collaborator

No description provided.

@bradley-erickson bradley-erickson changed the title WiP: added example module and fixed watchdog WiP: install steps for workshop Jun 18, 2024
command = insert(index + 1, char, doc_id)
await web_socket.send_str(json.dumps(command))
await asyncio.sleep(float(ici))
await asyncio.sleep(random.gauss(mu=float(ici), sigma=1))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sigma=1 is not good. 1 second means that this will often be negative, which with sleep, clips to zero. It will also often be quite large (a typical ICI is a fraction of a second). So the ICI will be larger than expected.

I think something like a Reyleigh, Chi, Poisson, or similar distribution might make more sense here.

@pmitros pmitros merged commit 236ff7c into master Jul 14, 2024
@bradley-erickson bradley-erickson deleted the berickson/workshop branch March 10, 2026 12:37
@bradley-erickson bradley-erickson restored the berickson/workshop branch May 5, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants