Skip to content

Commit

Permalink
Merge branch 'v1.0' of https://github.com/Loop3D/foldoptlib into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed May 21, 2024
2 parents 3efaa81 + dc249f6 commit a9b2179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FoldOptLib/input/input_data_checker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pandas
import pandas


class CheckInputData:
Expand All @@ -10,6 +10,7 @@ class CheckInputData:
__call__ (folded_foliation_data: pandas.DataFrame) -> None
Checks if the foliation data is a pandas dataframe and has the correct columns.
"""

def __call__(self, folded_foliation_data: pandas.DataFrame):
"""
Check the foliation data is a pandas dataframe and has the correct columns: X, Y, Z, feature_name and
Expand Down
1 change: 1 addition & 0 deletions FoldOptLib/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def create_dataset(

return dataset


def get_wavelength_guesses(guess, size):
rng = numpy.random.default_rng()

Expand Down

0 comments on commit a9b2179

Please sign in to comment.