Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 2, 2022
1 parent d63805d commit 40ad77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/history/merge/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
removeResultCombinations,
hasSameCombinations,
} from '../../combination/result.js'
import { mergeSystems } from '../../system/merge.js'
import { mergeSystems } from '../../system/system/merge.js'
import { cleanObject } from '../../utils/clean.js'
import { groupBy } from '../../utils/group.js'
import { pickLast } from '../../utils/last.js'
Expand Down
2 changes: 1 addition & 1 deletion src/system/merge.js → src/system/system/merge.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isDeepStrictEqual } from 'util'

import { setArray } from '../utils/set.js'
import { setArray } from '../../utils/set.js'

// When merging results, we report all `systems`. This concatenates them.
// Systems with all dimensions equal are merged, with the most recent result
Expand Down

0 comments on commit 40ad77a

Please sign in to comment.