Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchoen committed Nov 16, 2022
1 parent 70701ef commit 0e4c9dc
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 456 deletions.
File renamed without changes.
File renamed without changes.
404 changes: 0 additions & 404 deletions lively_tk.egg-info/PKG-INFO

This file was deleted.

45 changes: 0 additions & 45 deletions lively_tk.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion lively_tk.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion lively_tk.egg-info/not-zip-safe

This file was deleted.

3 changes: 0 additions & 3 deletions lively_tk.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion lively_tk.egg-info/top_level.txt

This file was deleted.

Binary file removed lively_tk/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed lively_tk/lively_tk.cpython-38-darwin.so
Binary file not shown.
Binary file removed lively_tk/lively_tk.cpython-39-darwin.so
Binary file not shown.
2 changes: 1 addition & 1 deletion src/objectives/objective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Objective {
}

pub fn set_weight(&mut self, weight: f64) {
/// Set the weight for the inner objective
// Set the weight for the inner objective
match self {
Self::PositionMatch(obj) => obj.set_weight(weight),
Self::OrientationMatch(obj) => obj.set_weight(weight),
Expand Down

0 comments on commit 0e4c9dc

Please sign in to comment.