You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have a unique representation for an argument list, the optional arguments CovModel.opt_arg should be sorted by name.
This should be done in CovModel.__init__ at the shown line of code.
The text was updated successfully, but these errors were encountered:
GSTools/gstools/covmodel/base.py
Line 166 in 67a228d
In order to have a unique representation for an argument list, the optional arguments
CovModel.opt_arg
should be sorted by name.This should be done in
CovModel.__init__
at the shown line of code.The text was updated successfully, but these errors were encountered: