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
When running the following command:
python -m Plc_client.plc_client_os_test --netlist ./Plc_client/test/ariane/netlist.pb.txt
--plc ./Plc_client/test/ariane/initial.plc
--width 356.592
--height 356.640
--col 35
--row 33
--rpmh 10
--rpmv 10
--marh 5
--marv 5
--smooth 2
I encountered the following error:
ModuleNotFoundError: No module named 'circuit_training'
What could be the reason for this error?
The text was updated successfully, but these errors were encountered:
When running the following command:
python -m Plc_client.plc_client_os_test --netlist ./Plc_client/test/ariane/netlist.pb.txt
--plc ./Plc_client/test/ariane/initial.plc
--width 356.592
--height 356.640
--col 35
--row 33
--rpmh 10
--rpmv 10
--marh 5
--marv 5
--smooth 2
I encountered the following error:
ModuleNotFoundError: No module named 'circuit_training'
What could be the reason for this error?
The text was updated successfully, but these errors were encountered: