-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Throws this error currently:
Traceback (most recent call last):
File "/home/work/git/ppafm/.venv/bin/ppafm-relaxed-scan", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/work/git/ppafm/ppafm/cli/relaxed_scan.py", line 191, in main
tip_positions_x, tip_positions_y, tip_positions_z, lvec_scan = common.prepareScanGrids()
^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: prepareScanGrids() missing 1 required positional argument: 'parameters'
Seems to be another leftover from refactoring the parameter handling.