Skip to content
Snippets Groups Projects
Commit 91b4edc3 authored by Simon Will's avatar Simon Will
Browse files

Update mass linearise script to import mrl via nlmaps_tools

parent 59ad8322
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ find . -name '*.mrl' |
while read -r mrlfile; do
linfile="${mrlfile%mrl}lin"
echo "$mrlfile -> $linfile"
python -m mrl.linearise -i "$mrlfile" -o "$linfile"
python -m nlmaps_tools.mrl.linearise -i "$mrlfile" -o "$linfile"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment