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
@echo "Not refreshing $@ because the mirrorring pipeline is disabled (MIR=$(MIR))."
452
+
@echo "Not refreshing $@ because the mirroring pipeline is disabled (MIR=$(MIR))."
453
453
endif
454
454
455
455
@@ -650,7 +650,7 @@ Imports management:
650
650
651
651
Editor utilities:
652
652
* validate_idranges: Make sure your ID ranges file is formatted correctly
653
-
* normalize_src: Load and save your metpo-edit file after you to make sure its serialised correctly
653
+
* normalize_src: Load and save your metpo-edit file after editing to make sure it's serialised correctly
654
654
* explain_unsat: If you have unsatisfiable classes, this command will create a markdown file (tmp/explain_unsat.md) which will explain all your unsatisfiable classes
655
655
* validate-all-tsv: Check all your tsv files for possible problems in syntax. Use ALL_TSV_FILES variable to list files
656
656
* validate-tsv: Check a tsv file for syntactic problems with tsvalid. Use TSV variable to pass filepath, e.g. make TSV=../my.tsv validate-tsv.
0 commit comments