Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tum-pbs/SFBC
Browse files Browse the repository at this point in the history
  • Loading branch information
wi-re committed Aug 8, 2024
2 parents 53c13bf + d62d84c commit b01a700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BasisConvolution/util/augment.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def loadAugmentedFrame(index, dataset, hyperParameterDict, unrollLength = 8):

# config['neighborhood']['verletScale'] = 1.0
# config['neighborhood']['scheme'] = 'compact'

searchNeighbors(augmentedStates[0], config, computeKernels = True)

currentState = augmentedStates[0]
Expand Down
2 changes: 2 additions & 0 deletions src/BasisConvolution/util/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ def parseSPHConfig(inFile, device, dtype):
if hasDiffSPH:
parseDefaultParameters(config)
parseModuleParameters(config)
else:
raise ModuleNotFoundError('diffSPH is not installed, cannot parse SPH config')

return config

Expand Down

0 comments on commit b01a700

Please sign in to comment.