Skip to content

Commit

Permalink
Update cyclic_ransac.py
Browse files Browse the repository at this point in the history
  • Loading branch information
charigyang authored Nov 23, 2021
1 parent 0c9c517 commit eccf827
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/cyclic_ransac.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# coding: utf-8

# Author: Johannes Schönberger
#
# License: BSD 3 clause

#Originally a sklearn source code.
#Adapted to fit a sawtooth wave for cyclic linear data.

import numpy as np
import warnings

Expand Down Expand Up @@ -587,4 +580,4 @@ def _more_tags(self):
"zero sample_weight is not equivalent to removing samples"
),
}
}
}

0 comments on commit eccf827

Please sign in to comment.