Ignore:
Timestamp:
03/24/21 22:27:53 (4 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified framspy/FramsticksLib.py ΒΆ

    r1102 r1114  
    2626        EVALUATION_SETTINGS_FILE = "eval-allcriteria.sim"  # MUST be compatible with the standard-eval expdef
    2727
     28
     29        # This function is not needed because in python, "For efficiency reasons, each module is only imported once per interpreter session."
     30        # @staticmethod
     31        # def getFramsModuleInstance():
     32        #       """If some other party needs access to the frams module to directly access or modify Framsticks objects,
     33        #       use this function to avoid importing the "frams" module multiple times and avoid potentially initializing
     34        #       it many times."""
     35        #       return frams
    2836
    2937        def __init__(self, frams_path, frams_lib_name, simsettings):
Note: See TracChangeset for help on using the changeset viewer.