Skip to content

Conversation

ajain-work
Copy link
Contributor

@ajain-work ajain-work commented Jun 7, 2022

Monitors and event streaming related changes.

cls.set_flproxy(flproxy)
return cls()
root = cls()
root.set_flproxy(flproxy)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proxy must be set for each object. Otherwise all sessions will point to same server.

for argument in self.argument_names:
cls = getattr(self.__class__, argument)
setattr(self, argument, cls(None, self))
self._initialized = True
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command initialization part was missing. Without this command members can not be accessed.


_flproxy = None

@classmethod
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be a class method.

"numpy>=1.21.5",
"protobuf==3.20.1",
"appdirs>=1.4.0",
"pandas>=1.4.1" if sys.version_info.minor > 7 else "pandas==1.3.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is equivalent to pandas>=1.3.5.

@ajain-work ajain-work merged commit 3f54691 into main Jun 8, 2022
@ajain-work ajain-work deleted the feat/pyfluent_dash_ui branch June 8, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants