You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @xieduo7, Start_J_Space is the main function of J-Space, if you want to use it you must first set the parameters in the toml file, in this case, they are "Config.toml" and "Parameters.toml". In particular, the error occurs because in the Config file, in the field "path_to_save_plot", the value is ".\Plot\" and this is for the Windows environment. You must replace it with "./Plot/".
For further information, the README explained all the fields of the toml files. (If anyone is unclear, you can open an issue to improve the descriptions).
To execute an example, please refer to the "RUN THE EXAMPLES" section of the README.
A possible example to run is as follows: Move in the main folder of J-Space, using the command line run julia --project=. ./Experiments/Experiment_2D/experiment_2D.jl.
Otherwise, in the Example directory, there are several examples explaining how to use the functions in J-Space, with a README for each script.
I run it as follows:
Do you have any suggestions?
Best,
Duo
The text was updated successfully, but these errors were encountered: