Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell committed Feb 7, 2024
1 parent 4c10ea4 commit 6cd283f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/cruise_config_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

import yaml
from _dbconfig.EcoFOCI_db_io import EcoFOCI_db_datastatus
from ecofocipy.math.geotools import latlon_convert
from ecofocipy.metaconfig import load_config
from EcoFOCIpy.math.geotools import latlon_convert
from EcoFOCIpy.metaconfig import load_config

__author__ = 'Shaun Bell'
__email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion tools/find_closest_ctd.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import mysql.connector
import numpy as np
import ecofocipy.math.haversine as sphered
import EcoFOCIpy.math.haversine as sphered

__author__ = "Shaun Bell"
__email__ = "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions tools/mooring_config_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

import yaml
from _dbconfig.EcoFOCI_db_io import EcoFOCI_db_datastatus
from ecofocipy.math.geotools import latlon_convert
from ecofocipy.metaconfig import load_config
from EcoFOCIpy.math.geotools import latlon_convert
from EcoFOCIpy.metaconfig import load_config

__author__ = 'Shaun Bell'
__email__ = '[email protected]'
Expand Down

0 comments on commit 6cd283f

Please sign in to comment.