edit : JUST_DATA_WARNING.

pull/63/head
sadrasabouri 2021-10-23 20:43:42 +03:30
rodzic 79fb55be18
commit 9121ac30e4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ NO_FIG_ERROR_MESSAGE = "No figure was found. First run `generate` and `plot` met
DATA_TYPE_ERROR = "Provided data file is not supported. It should be either file or io.IOBase."
DATA_PARSING_ERROR = "Provided data format is wrong. It should be in JSON format including data1 and data2 fields."
NO_FUNCTION_ERROR = "At least one of the given functions are None."
JUST_DATA_WARNING = "Just data is provided you can't use generate function."
JUST_DATA_WARNING = "Just data is provided, generate method is not available in this mode."
NOTHING_PROVIDED_WARNING = "Neither function nor data is provided."