Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

String wird nicht erkannt #1175

Closed zogomii closed 1 month ago

zogomii commented 1 month ago

Describe the bug

val raw_data = Table.fromCsvFile("airpolution.csv");

"airpolution.csv" wird nicht als String erkannt

Expected type 'String' but got 'literal<"airpolution.csv">'

To Reproduce

Screenshot 2024-05-17 at 09 52 40

Expected behavior

Soll einfach die Tabelle erstellen

Screenshots (optional)

No response

Additional Context (optional)

No response

lars-reimann commented 1 month ago

Does not seem to be reproducible. I'll look into this if it occurs again.