Skip to content

Commit feffa5d

Browse files
committed
Apply suggestions from code review
1 parent 9d67310 commit feffa5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

libs/@hashintel/petrinaut/src/core/simulation/build-simulation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ function getPlaceDimensions(
4747
*
4848
* @param input - The simulation input configuration
4949
* @returns The initial simulation frame ready for execution
50-
* @throws Error if place IDs in initialMarking don't match places in SDCPN
51-
* @throws Error if token dimensions don't match place dimensions
52-
* @throws Error if user code fails to compile
50+
* @throws {Error} if place IDs in initialMarking don't match places in SDCPN
51+
* @throws {Error} if token dimensions don't match place dimensions
52+
* @throws {Error} if user code fails to compile
5353
*/
5454
export function buildSimulation(input: SimulationInput): SimulationInstance {
5555
const { sdcpn, initialMarking, seed, dt } = input;

yarn.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const ignoredDependencies = [
1919
"@blockprotocol/graph",
2020
"@sentry/webpack-plugin",
2121
// Petrinaut SDCPN uses multiple packages which are many versions behind in other workspaces
22+
// To be un-ignored once H-5639 completed
2223
"vitest",
2324
"@dnd-kit/sortable",
2425
"@babel/core",

0 commit comments

Comments
 (0)