Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
reflex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tomáš Kořistka
reflex
Commits
503f4240
Commit
503f4240
authored
1 year ago
by
Tomáš Kořistka
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken dependencies caused by project structure change
parent
836adb12
Branches
master
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
reflex/config.py
+0
-0
0 additions, 0 deletions
reflex/config.py
reflex/main.py
+4
-4
4 additions, 4 deletions
reflex/main.py
reflex/util.py
+1
-1
1 addition, 1 deletion
reflex/util.py
with
5 additions
and
5 deletions
config.py
→
reflex/
config.py
+
0
−
0
View file @
503f4240
File moved
This diff is collapsed.
Click to expand it.
reflex/main.py
+
4
−
4
View file @
503f4240
...
...
@@ -7,12 +7,12 @@ import uuid
import
pandas
as
pd
from
colour
import
Colour
from
reflex.
colour
import
Colour
from
reflex.component.vote_buttons
import
create_vote_buttons
from
config
import
COLOUR_TEXT_FIELD_HEIGHT
,
FONT_SIZE
,
FONT_FAMILY
,
MASTER_CSV_PATH
,
WINDOWS_HEIGHT
,
TEST_SIZE
,
\
from
reflex.
config
import
COLOUR_TEXT_FIELD_HEIGHT
,
FONT_SIZE
,
FONT_FAMILY
,
MASTER_CSV_PATH
,
WINDOWS_HEIGHT
,
TEST_SIZE
,
\
IGNORE_FIRST
,
OUTPUT_DIRECTORY
from
event
import
Event
from
util
import
read_csv
,
get_width_to_fit_all
from
reflex.
event
import
Event
from
reflex.
util
import
read_csv
,
get_width_to_fit_all
USER_ID
=
uuid
.
uuid4
()
...
...
This diff is collapsed.
Click to expand it.
reflex/util.py
+
1
−
1
View file @
503f4240
...
...
@@ -3,7 +3,7 @@ import os
import
pandas
as
pd
from
colour
import
Colour
from
reflex.
colour
import
Colour
def
read_csv
(
path
:
str
)
->
pd
.
DataFrame
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment