NRL-Plasma-Physics-Division / turbopy

A lightweight computational physics framework, based on the organization of turboWAVE. Implements a "Simulation, PhysicsModule, ComputeTool, Diagnostic" class hierarchy.
https://turbopy.readthedocs.io/
Creative Commons Zero v1.0 Universal
10 stars 18 forks source link

Fix Default Sharing Name #151

Closed gracetangg closed 4 years ago

gracetangg commented 4 years ago

Pull Request

Description

Fixes default sharing name in PhysicsModule from <class 'ExampleModule'> to ExampleModule

This pull request addresses #147

Checklist

The following items have been checked for this PR:

arichar6 commented 4 years ago

Thanks @gracetangg!