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
testInstance :=FamixRepDetectorBenchmarkTestnew.
medium := testInstance sampleMediumSizeSources.
large := testInstance sampleLargeSizeSources.
medium sizeInMemory < large sizeInMemory. "false"
medium size < large size. "false"
medium flatten size < large flatten size. "false"
The text was updated successfully, but these errors were encountered:
ClotildeToullec
changed the title
In tests, mediul size sources are bigger than large size sources
In tests, medium size sources are bigger than large size sources
Nov 18, 2020
The text was updated successfully, but these errors were encountered: