arugenre / Charts-DL-SS2024

Bar, Line, Pie charts to Text with NLU
0 stars 0 forks source link

Missing files #1

Closed OjoDojoJo closed 1 month ago

OjoDojoJo commented 1 month ago

Script files like validate.py contain imports like

from data.common.schemas import Chart
from data.common.utils import convert_json_to_chart_objects

but data/commons barely contains anything, at least not the classes and functions referenced.

akimikano commented 1 month ago

Script files like validate.py contain imports like

from data.common.schemas import Chart
from data.common.utils import convert_json_to_chart_objects

but data/commons barely contains anything, at least not the classes and functions referenced.

There is one missing file with utility functions, can we upload it?

OjoDojoJo commented 1 month ago

Of course, your code cannot be run, if you don't

akimikano commented 1 month ago

Of course, your code cannot be run, if you don't

We have uploaded

OjoDojoJo commented 1 month ago

Thanks for the correction.