Skip to content

Commit

Permalink
fix : tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 10, 2024
1 parent c04a1ea commit 7f72e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
>>> check_update(1.4)
>>> check_update(0.1)
###########
New Version (...) Is Available!
...
Website : http://www.ecsim.site/opem
###########
>>> file1 = CSV_Init(OutputParamsKeys=["1","2","3"], OutputParams={"1":"1", "2":"2", "3":"3"}, Title="CSV_Test", Name="CSV_Test", Folder=os.path.join("CSV_Folder1", "CSV_Folder2"))
Expand Down

0 comments on commit 7f72e25

Please sign in to comment.