Skip to content

Commit

Permalink
Update ModelService to not run DKG search (#5585)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Nov 20, 2024
1 parent 46c9ff0 commit bf809b6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public UUID enrichModel(
throw new IOException(errorString);
}

/* FIXME - this is too slow for demo day November 2024
// Update State Grounding
if (newModel.get().isRegnet()) {
final List<RegNetVertex> vertices = newModel.get().getVerticies();
Expand Down Expand Up @@ -328,6 +329,8 @@ public UUID enrichModel(
newModel.get().setTransitions(transitions);
}
*/

try {
updateAsset(newModel.get(), projectId, permission);
} catch (final IOException e) {
Expand Down

0 comments on commit bf809b6

Please sign in to comment.