This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import os | |
| import time | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| import pandas as pd | |
| from attractors_old import Attractor | |
| from attractors import SolverRegistry, SystemRegistry, integrate_system | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import os | |
| import time | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| import pandas as pd | |
| import seaborn as sns | |
| from attractors_old import Attractor | |
| from attractors import SolverRegistry, SystemRegistry, integrate_system | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from operator import imod | |
| import pandas as pd | |
| import cld3 | |
| import swifter | |
| import matplotlib.pyplot as plt | |
| URL_REGEX = r"\b(?:https?://|www\.)[a-z0-9-]+(\.[a-z0-9-]+)+(?:[/?].*)?" | |
| EMOJI_REGEX = r"(<a?)?:\w+:(\d{18}>)?" | |
| WORDCOUNT = 4 | |
| CLD3_CONF=0.95 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import cv2 | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| import matplotlib.pyplot as plt | |
| from fil_finder import FilFinder2D | |
| import astropy.units as u | |
| import pandas as pd | |
| from numpy.polynomial import Polynomial | |