Skip to content

Commit

Permalink
Add missing baseline reference to Roassal
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Dec 27, 2023
1 parent f24cbfb commit 1cd367a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ BaselineOfPolyMath >> baseline: spec [
vectorMatrix: spec;
randomNumbers: spec;
datasets: spec;
roassal: spec;
dataFrameInspector: spec.

self
Expand Down Expand Up @@ -217,6 +218,14 @@ BaselineOfPolyMath >> randomNumbers: spec [
spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]
]

{ #category : 'dependencies' }
BaselineOfPolyMath >> roassal: spec [

spec
baseline: 'Roassal'
with: [ spec repository: 'github://pharo-graphics/Roassal' ].
]

{ #category : 'dependencies' }
BaselineOfPolyMath >> sMark: spec [

Expand Down

0 comments on commit 1cd367a

Please sign in to comment.