Skip to content

Commit 86b0a10

Browse files
Update OsipiBase.py
1 parent 852c615 commit 86b0a10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wrappers/OsipiBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def D_and_Ds_swap(self,results):
509509
return results
510510

511511
def cite(self):
512-
print("thank you for using our repository. If it was usefull for your paper, please cite our upcoming paper in jMRI.")
512+
print("thank you for using our repository. If it was usefull for your paper, please cite our upcoming paper in MRM.")
513513
if self.id_ref is not None:
514514
print("The current fit method you have loaded should be cited with: " + self.id_ref)
515515
else:

0 commit comments

Comments
 (0)