fix : NOTHING_PROVIDED_WARNING updated #32

pull/79/head
sepandhaghighi 2021-12-14 18:46:30 +03:30
rodzic c69edd5a07
commit 1d4d1079dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ DATA_TYPE_ERROR = "Provided data file is not supported. It should be either file
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, generate method is not available in this mode."
NOTHING_PROVIDED_WARNING = "Neither function nor data is provided."
NOTHING_PROVIDED_WARNING = "Neither function nor data is provided. Samila will switch to random equations mode."
MATPLOTLIB_VERSION_WARNING = "Source matplotlib version({0}) is different from yours, plots may be different."