Skip to content

Commit fb6feff

Browse files
committed
Rename big5_short → big5
1 parent f7c5d9a commit fb6feff

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository is also an uproot *project*. That means: you can clone it and ru
1212
|---------------------------------------------------|-----------------------------------------------------------------|------------|
1313
| `barrier` | Force players to stay on a page | Easy |
1414
| `beauty_contest` | Beauty contest / guessing game (Nagel, 1995) | Easy |
15-
| `big5_short` | Short Big 5 questionnaire with scoring | Medium |
15+
| `big5` | Short Big 5 questionnaire with scoring | Medium |
1616
| `bounded_choice` | Examples for the BoundedChoiceField | Easy |
1717
| `chat` | Chat | Easy |
1818
| `continuous` | Do something in intervals (background tasks) | Medium |
File renamed without changes.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# fmt: off
1616
load_config(uproot_server, config="barrier", apps=["barrier"])
1717
load_config(uproot_server, config="beauty_contest", apps=["beauty_contest"])
18-
load_config(uproot_server, config="big5_short", apps=["big5_short"])
18+
load_config(uproot_server, config="big5", apps=["big5"])
1919
load_config(uproot_server, config="bounded_choice", apps=["bounded_choice"])
2020
load_config(uproot_server, config="chat", apps=["chat"])
2121
load_config(uproot_server, config="continuous", apps=["continuous"])

0 commit comments

Comments
 (0)