Skip to content

Commit

Permalink
Merge pull request #387 from ISISNeutronMuon/chi/rog-remove-weight-se…
Browse files Browse the repository at this point in the history
…tting

ROG remove weight setting
  • Loading branch information
MBartkowiakSTFC authored Mar 22, 2024
2 parents 9b27a8c + 0ae66b1 commit 789e6d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MDANSE/Src/MDANSE/Framework/Jobs/RadiusOfGyration.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ class RadiusOfGyration(IJob):
"AtomSelectionConfigurator",
{"dependencies": {"trajectory": "trajectory"}},
)
settings["weights"] = (
"WeightsConfigurator",
{"dependencies": {"atom_selection": "atom_selection"}},
)
settings["output_files"] = (
"OutputFilesConfigurator",
{"formats": ["MDAFormat", "TextFormat"]},
Expand Down

0 comments on commit 789e6d5

Please sign in to comment.