diff --git a/config/projects.nix b/config/projects.nix index d2d0e51..b4fdf25 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -79,5 +79,12 @@ description = "Path Foundation Model"; }; + weightcomp = { + template = "basic"; + name = "WeightComp"; + codePath = "/Users/yanlin/Documents/Projects/Microscopic Weights on Road Networks/FENCE-paper"; + description = "Weight completion"; + }; + }; }